Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

botmatch.h

Go to the documentation of this file.
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

Generated on Tue Sep 30 12:35:22 2003 for GTestAndEngine by doxygen 1.3.2