SFML/tools/xcode/example/Cocoa/Cocoa-Prefix.pch

8 lines
141 B
Plaintext
Raw Normal View History

2011-07-16 04:09:49 +08:00
//
// Prefix header for all source files of the 'Cocoa' target in the 'Cocoa' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif