00001 #ifndef BOTMATCH_H 00002 #define BOTMATCH_H 00003 00004 #include "genesis.h" 00005 00006 #pragma warning( disable : 4068 ) 00007 00008 #pragma GE_Type("BotMatch.bmp") 00009 typedef struct BotMatchStart BotMatchStart; 00010 00011 #pragma GE_Type("BotMatch.bmp") 00012 typedef struct BotMatchStart { 00013 #pragma GE_Published 00014 00015 geVec3d origin; 00016 00017 #pragma GE_Origin(origin) 00018 } BotMatchStart; 00019 00020 #pragma warning( default : 4068 ) 00021 00022 #endif
1.3.2