修改jcwallet中appdelegrate.h的引入方式
This commit is contained in:
parent
033ca9d1bd
commit
9d9b2cbf37
@ -6,7 +6,7 @@
|
||||
#include "scripting/js-bindings/event/EventDispatcher.h"
|
||||
#include "platform/CCApplication.h"
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC)
|
||||
#import "AppDelegate.h"
|
||||
#include "AppDelegate.h"
|
||||
#endif
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user