add cocos2d.h into pre-compiled header

This commit is contained in:
minggo 2014-08-26 16:45:24 +08:00
parent e09d705280
commit 3d4f22ca74
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#ifdef __cplusplus
#include "cocos2d.h"
#endif