mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
11 lines
194 B
Plaintext
11 lines
194 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 |