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 #include <enums.h>
00012 
00013 typedef struct  {
00014         bool runAsEvaluator;
00015         bool enableGfx;
00016         bool enableInteraction;
00017         bool tacticalAI;
00018 
00019         bool enableNetworking;
00020         int  networkPort;
00021         bool isServer;
00022 
00023         long int instanceId;
00024 
00025         bool runDebugTests;
00026         double speedup;
00027 
00028         FastEcslent::Player player;
00029         FastEcslent::Side side;
00030 
00031         int gameNumber; //which game?
00032 
00033 } Options;
00034 
00035 
00036 #endif /* OPTIONS_H_ */

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