options.h

Go to the documentation of this file.
00001 /*
00002  * options.h
00003  *
00004  *  Created on: Dec 4, 2011
00005  *      Author: sushil
00006  */
00007 
00008 #ifndef OPTIONS_H_
00009 #define OPTIONS_H_
00010 
00011 typedef struct  {
00012         bool runAsEvaluator;
00013         bool enableGfx;
00014         bool enableInteraction;
00015         bool tacticalAI;
00016 
00017         bool enableNetworking;
00018         int  networkPort;
00019         bool isServer;
00020 
00021         long int instanceId;
00022 
00023         bool runDebugTests;
00024         double speedup;
00025 
00026 
00027         int gameNumber; //which game?
00028 
00029 } Options;
00030 
00031 
00032 #endif /* OPTIONS_H_ */

Generated on Fri Dec 13 14:54:16 2013 for FastECSLent by  doxygen 1.5.4