2012-06-19 13:50:11 +08:00
|
|
|
//
|
|
|
|
// 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
|