diff options
Diffstat (limited to 'source/game/StarCodex.hpp')
-rw-r--r-- | source/game/StarCodex.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarCodex.hpp b/source/game/StarCodex.hpp index e3b6f8c..aaea53b 100644 --- a/source/game/StarCodex.hpp +++ b/source/game/StarCodex.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CODEX_HPP -#define STAR_CODEX_HPP +#pragma once #include "StarJson.hpp" @@ -35,5 +34,3 @@ private: }; } - -#endif |