axmol/cocos/cocos2d-prefix.pch

12 lines
205 B
Plaintext
Raw Normal View History

//
// Prefix header for all source files of the 'cocos2dx' target in the 'cocos2dx' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
2014-08-26 16:45:24 +08:00
#ifdef __cplusplus
#include "cocos2d.h"
#endif