2013-02-19 15:38:30 +08:00
|
|
|
//
|
|
|
|
// Prefix header for all source files of the 'iphone' target in the 'iphone' project
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifdef __OBJC__
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#endif
|
2014-09-24 02:18:21 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#include "cocos2d.h"
|
|
|
|
#endif
|