axmol/template/xcode4/cocos2dx.xctemplate/Prefix.pch

9 lines
197 B
Plaintext

//
// Prefix header for all source files of the '___PROJECTNAME___' target in the '___PROJECTNAME___' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif