![]() |
Cytopia
0.3
A city building simulation game
|
#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>
Go to the source code of this file.
Classes | |
class | Cytopia::Game |
Namespaces | |
Cytopia | |
Typedefs | |
using | Thread = std::thread |
using | RuntimeError = std::runtime_error |
using RuntimeError = std::runtime_error |