diff options
Diffstat (limited to 'source/game/StarCodexDatabase.hpp')
-rw-r--r-- | source/game/StarCodexDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarCodexDatabase.hpp b/source/game/StarCodexDatabase.hpp index 920aa93..a597a94 100644 --- a/source/game/StarCodexDatabase.hpp +++ b/source/game/StarCodexDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CODEX_DATABASE_HPP -#define STAR_CODEX_DATABASE_HPP +#pragma once #include "StarJson.hpp" #include "StarCodex.hpp" @@ -22,5 +21,3 @@ private: }; } - -#endif |