diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-13 17:46:59 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-13 19:25:08 +0000 |
commit | 3acea6d17bee24c2079c0eeb33694c2539debabd (patch) | |
tree | 40f29a051d9306508635231bfd40168abb42d735 /game/network | |
parent | Introduce the UI shader (diff) | |
download | ilt-3acea6d17bee24c2079c0eeb33694c2539debabd.tar.bz2 ilt-3acea6d17bee24c2079c0eeb33694c2539debabd.tar.xz ilt-3acea6d17bee24c2079c0eeb33694c2539debabd.zip |
Move TickDuration to its own files
Diffstat (limited to 'game/network')
-rw-r--r-- | game/network/rail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/network/rail.h b/game/network/rail.h index bfbb928..47969d6 100644 --- a/game/network/rail.h +++ b/game/network/rail.h @@ -1,6 +1,7 @@ #ifndef RAILLINKS_H #define RAILLINKS_H +#include "chronology.hpp" #include "game/worldobject.h" #include "gfx/models/mesh.h" #include "gfx/renderable.h" |