summaryrefslogtreecommitdiff
path: root/game/vehicles/vehicle.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-12-13 17:46:59 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-13 19:25:08 +0000
commit3acea6d17bee24c2079c0eeb33694c2539debabd (patch)
tree40f29a051d9306508635231bfd40168abb42d735 /game/vehicles/vehicle.h
parentIntroduce the UI shader (diff)
downloadilt-3acea6d17bee24c2079c0eeb33694c2539debabd.tar.bz2
ilt-3acea6d17bee24c2079c0eeb33694c2539debabd.tar.xz
ilt-3acea6d17bee24c2079c0eeb33694c2539debabd.zip
Move TickDuration to its own files
Diffstat (limited to 'game/vehicles/vehicle.h')
-rw-r--r--game/vehicles/vehicle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/vehicles/vehicle.h b/game/vehicles/vehicle.h
index 1fc8365..07bd492 100644
--- a/game/vehicles/vehicle.h
+++ b/game/vehicles/vehicle.h
@@ -1,6 +1,7 @@
#ifndef VEHICLE_H
#define VEHICLE_H
+#include "chronology.hpp"
#include "linkHistory.h"
#include <game/activity.h>
#include <game/network/link.h>