Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions
Game.cc File Reference

Implementation of the Game class.
More...

#include "Game.h"
#include <exception>
#include <loki/ScopeGuard.h>
#include "util/Clock.h"
#include "util/Output.h"
#include "util/Exception.h"
#include "util/Sleep.h"
#include "util/SubString.h"
#include "Core.h"
#include "commandline/CommandLineParser.h"
#include "GameConfig.h"
#include "GameMode.h"
#include "GameState.h"
#include "GraphicsManager.h"
#include "GUIManager.h"
#include "command/ConsoleCommandIncludes.h"

Classes

struct  orxonox::GameStateTreeNode
 Represents one node of the game state tree. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

static void orxonox::printFPS ()
 
static void orxonox::printTickTime ()
 
 orxonox::SetConsoleCommand ("exit",&stop_game)
 
 orxonox::SetConsoleCommand ("Stats","printFPS",&printFPS)
 
 orxonox::SetConsoleCommand ("Stats","printTickTime",&printTickTime)
 
static void orxonox::stop_game ()
 

Detailed Description

Implementation of the Game class.