axmol/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/mac/Prefix.pch

12 lines
195 B
Plaintext
Raw Normal View History

2015-01-07 17:50:15 +08:00
//
// Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
2019-03-12 13:59:29 +08:00
#ifdef __cplusplus
#include "cocos2d.h"
#endif