From 3acea6d17bee24c2079c0eeb33694c2539debabd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 13 Dec 2021 17:46:59 +0000 Subject: Move TickDuration to its own files --- game/network/rail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game/network') 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" -- cgit v1.2.3