mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-06-08 07:13:29 +08:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
//
|
|
// Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
#include "cocos2d.h"
|
|
#endif
|