mirror of https://github.com/axmolengine/axmol.git
add cocos2d.h into pre-compiled header
This commit is contained in:
parent
e09d705280
commit
3d4f22ca74
|
@ -5,3 +5,7 @@
|
|||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "cocos2d.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue