axmol/templates/common/proj.ios_mac/mac/Prefix.pch

12 lines
193 B
Plaintext
Raw Normal View History

2019-11-23 20:27:39 +08:00
//
// Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
#ifdef __cplusplus
#include "axmol.h"
2019-11-23 20:27:39 +08:00
#endif