public
Fork of stephencelis/cocos2d-application
Description: An Xcode template for cocos2d-iphone, statically linked to $COCOS2D_SRC
Homepage: http://code.google.com/p/cocos2d-iphone
Clone URL: git://github.com/tjweir/cocos2d-application.git
tjweir (author)
Sun Jun 21 06:47:45 -0700 2009
commit  474efc1aab613febf7cee80f57aa4f728c236a40
tree    bd18a347af210e8094f3dcd9e5f5ac814315e525
parent  1c782d732f3b49c34c4da700b2beaaf0f25a631d
cocos2d-application / ___PROJECTNAMEASIDENTIFIER____Prefix.pch
100755 9 lines (7 sloc) 0.197 kb
1
2
3
4
5
6
7
8
9
//
// 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