summaryrefslogtreecommitdiff
path: root/game/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/gamestate.h')
-rw-r--r--game/gamestate.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/gamestate.h b/game/gamestate.h
index 536c420..605aac4 100644
--- a/game/gamestate.h
+++ b/game/gamestate.h
@@ -1,5 +1,4 @@
-#ifndef GAMESTATE_H
-#define GAMESTATE_H
+#pragma once
#include <collection.hpp>
#include <memory>
@@ -19,5 +18,3 @@ public:
std::shared_ptr<GeoData> geoData;
};
extern GameState * gameState;
-
-#endif