engine/platformMacCarb/macCarb_common_prefix.h
2024-01-07 04:36:33 +00:00

21 lines
635 B
C

//maccarb_common_prefix.h
// for Project Builder, not sure what the heck it sets.
//#ifndef __POWERPC__
//#define __POWERPC__ 1
//#endif
#define TARG_MACCARB 0x0104 // the carbon version # we are targeting.
#define TARG_MACANY 1
// activate custom features.
#define TRUFORM 1
#define TERRAIN_NORMALS 1 // which will allow Truform on terrain.
// defines for the mac headers to activate proper Carbon codepaths.
#define TARGET_API_MAC_CARBON 1
#define OTCARBONAPPLICATION 1 // means we can use the old-style funcnames