diff options
Diffstat (limited to 'game/worldobject.h')
-rw-r--r-- | game/worldobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/worldobject.h b/game/worldobject.h index 994545b..e064bc7 100644 --- a/game/worldobject.h +++ b/game/worldobject.h @@ -1,7 +1,7 @@ #pragma once -#include "chronology.hpp" -#include <special_members.hpp> +#include "chronology.h" +#include <special_members.h> class WorldObject { public: |