axmol/cocos/cocos2d-prefix.pch

12 lines
205 B
Plaintext

//
// Prefix header for all source files of the 'cocos2dx' target in the 'cocos2dx' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#ifdef __cplusplus
#include "cocos2d.h"
#endif