diff options
Diffstat (limited to 'source/game/StarPlayerCodexes.hpp')
-rw-r--r-- | source/game/StarPlayerCodexes.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerCodexes.hpp b/source/game/StarPlayerCodexes.hpp index f16d126..1d0d4df 100644 --- a/source/game/StarPlayerCodexes.hpp +++ b/source/game/StarPlayerCodexes.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_CODEXES_HPP -#define STAR_PLAYER_CODEXES_HPP +#pragma once #include "StarUuid.hpp" #include "StarJson.hpp" @@ -37,5 +36,3 @@ private: typedef shared_ptr<PlayerCodexes> PlayerCodexesPtr; } - -#endif |