|
Cytopia
0.3
A city building simulation game
|
#include <chrono>#include <mutex>#include <functional>#include "../util/PriorityQueue.hxx"#include "../util/Singleton.hxx"#include "GameClock.inl.hxx"
Include dependency graph for GameClock.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GameClock |
| Game clock service. Implement two timers one real time timer and other game time timer. More... | |
| struct | GameClock::ClockTask< Time, Duration > |
| Template structure provide base for different clock tasks. More... | |