summaryrefslogtreecommitdiff
path: root/game/worldobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/worldobject.h')
-rw-r--r--game/worldobject.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/worldobject.h b/game/worldobject.h
index ba77cd0..994545b 100644
--- a/game/worldobject.h
+++ b/game/worldobject.h
@@ -1,5 +1,4 @@
-#ifndef WORLDOBJECT_H
-#define WORLDOBJECT_H
+#pragma once
#include "chronology.hpp"
#include <special_members.hpp>
@@ -13,5 +12,3 @@ public:
virtual void tick(TickDuration elapsed) = 0;
};
-
-#endif