mirror of https://github.com/axmolengine/axmol.git
fix missing includes
This commit is contained in:
parent
d8216149de
commit
0a46a83794
|
@ -29,6 +29,8 @@
|
|||
#define kLabelZOrder 9999
|
||||
|
||||
#include "UIEditBox.h"
|
||||
#include "base/CCDirector.h"
|
||||
#include "2d/CCLabel.h"
|
||||
#import "platform/ios/CCEAGLView-ios.h"
|
||||
|
||||
#define getEditBoxImplIOS() ((cocos2d::ui::EditBoxImplIOS*)editBox_)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "base/CCDirector.h"
|
||||
#include "UIEditBox.h"
|
||||
#include "deprecated/CCString.h"
|
||||
|
||||
|
||||
#define getEditBoxImplMac() ((cocos2d::ui::EditBoxImplMac*)editBox_)
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
THE SOFTWARE.
|
||||
****************************************************************************/
|
||||
|
||||
#include "platform/CCPlatformConfig.h"
|
||||
|
||||
#if CC_TARGET_PLATFORM == CC_PLATFORM_IOS
|
||||
|
||||
#include "UIWebViewImpl-ios.h"
|
||||
|
|
Loading…
Reference in New Issue