Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Game.hxx File Reference
#include "scripting/ScriptEngine.hxx"
#include "engine/MessageQueue.hxx"
#include "util/Meta.hxx"
#include "services/Randomizer.hxx"
#include "services/GameClock.hxx"
#include "services/ResourceManager.hxx"
#include "LOG.hxx"
#include "Exception.hxx"
#include "../game/GamePlay.hxx"
#include <thread>
+ Include dependency graph for Game.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cytopia::Game
 

Namespaces

 Cytopia
 

Typedefs

using Thread = std::thread
 
using RuntimeError = std::runtime_error
 

Typedef Documentation

◆ RuntimeError

using RuntimeError = std::runtime_error

Definition at line 20 of file Game.hxx.

◆ Thread

using Thread = std::thread

Definition at line 19 of file Game.hxx.