Files
itgmania212121/stepmania/src/archutils/Darwin/StepMania.pch
T
2005-10-31 22:00:26 +00:00

13 lines
209 B
Plaintext

/* Override the -DSM_PCH=TRUE temporarily. */
#undef SM_PCH
#define SM_PCH FALSE
// Only do this for c++ files.
#ifdef __cplusplus
# include "global.h"
#endif
#ifdef __OBJC__
# import <Cocoa/Cocoa.h>
#endif