00001 #ifndef __RE_Platform__ 00002 #define __RE_Platform__ 00003 00004 /***************************************************************************** 00005 00006 DESCRIPTION: 00007 00008 RE_Platform defines the platform for which the renderer will be built. 00009 Note that changing platforms will also require modification of the makefile. 00010 00011 *****************************************************************************/ 00012 00013 00014 00015 /* 00016 00017 Define below the platform for which we are presently compiling. 00018 These are the available platforms: 00019 00020 PLATFORM_OPEN_GL 00021 00022 It's a short list. 00023 00024 */ 00025 00026 #define PLATFORM_OPEN_GL 00027 00028 #endif // __RE_Platform__
1.5.9