|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <chrono>#include <optional>#include <string>#include <unordered_map>
Include dependency graph for GameClock.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GameClock |
| Single owner of game frequency and elapsed game time. More... | |
| struct | GameClock::Stamp |
| A clock reading: wall time and ticks since boot, captured at one instant. More... | |