21 lines
314 B
Plaintext
21 lines
314 B
Plaintext
extern "C" {
|
|
|
|
|
|
#import "UnityAppController.h"
|
|
NSString *stringFromChar(const char *input) {
|
|
return [NSString stringWithUTF8String: input];
|
|
}
|
|
|
|
void SetDarkThough(bool though){
|
|
|
|
}
|
|
void openWebview(bool though){
|
|
|
|
}
|
|
void showGameA(bool flag){//显示游戏a
|
|
[NativeUIManager showMainMenu];
|
|
}
|
|
}
|
|
|
|
|