#include "GSRoot.h"
#include "core/Clock.h"
#include "core/CommandLine.h"
#include "core/ConsoleCommand.h"
#include "core/Game.h"
#include "core/GameMode.h"
#include "network/NetworkFunction.h"
#include "tools/Timer.h"
#include "interfaces/TimeFactorListener.h"
#include "interfaces/Tickable.h"
#include "LevelManager.h"
Namespaces | |
namespace | orxonox |
Functions | |
orxonox::DeclareGameState (GSRoot,"root", true, false) | |
orxonox::SetCommandLineSwitch (standalone).information("Start in standalone mode") | |
orxonox::SetCommandLineSwitch (dedicated).information("Start in dedicated server mode") | |
orxonox::SetCommandLineSwitch (client).information("Start in client mode") | |
orxonox::SetCommandLineSwitch (server).information("Start in server mode") | |
orxonox::SetCommandLineSwitch (console).information("Start in console mode (text IO only)") |