#include <boost/thread.hpp>#include <boost/date_time.hpp>#include <getopt.h>#include <stdlib.h>#include <iostream>#include <engine.h>#include <entityMgr.h>#include <options.h>Go to the source code of this file.
| Functions | |
| Options | makeOptions (int argc, char *argv[]) | 
| int | main (int argc, char *argv[]) | 
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) | 
Definition at line 52 of file main.cpp.
References FastEcslent::Engine::constructManagers(), FastEcslent::Engine::init(), FastEcslent::Engine::loadLevel(), makeOptions(), FastEcslent::Engine::releaseLevel(), FastEcslent::Engine::run(), and FastEcslent::Engine::stop().
| Options makeOptions | ( | int | argc, | |
| char * | argv[] | |||
| ) | 
Definition at line 25 of file main.cpp.
References FastEcslent::BLUE, Options::enableGfx, Options::enableNetworking, Options::gameNumber, Options::instanceId, Options::isServer, Options::networkPort, Options::player, Options::runAsEvaluator, Options::runDebugTests, Options::side, Options::speedup, Options::tacticalAI, and FastEcslent::THREE.
 1.5.4
 1.5.4