summaryrefslogtreecommitdiff
path: root/game/worldobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/worldobject.h')
-rw-r--r--game/worldobject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/game/worldobject.h b/game/worldobject.h
index 0340ac4..ba77cd0 100644
--- a/game/worldobject.h
+++ b/game/worldobject.h
@@ -1,11 +1,9 @@
#ifndef WORLDOBJECT_H
#define WORLDOBJECT_H
-#include <chrono>
+#include "chronology.hpp"
#include <special_members.hpp>
-using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>;
-
class WorldObject {
public:
WorldObject() = default;