diff options
Diffstat (limited to 'source/game/StarPlayerStorage.hpp')
-rw-r--r-- | source/game/StarPlayerStorage.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerStorage.hpp b/source/game/StarPlayerStorage.hpp index ea67e94..c9bc2d8 100644 --- a/source/game/StarPlayerStorage.hpp +++ b/source/game/StarPlayerStorage.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_STORAGE_HPP -#define STAR_PLAYER_STORAGE_HPP +#pragma once #include "StarOrderedMap.hpp" #include "StarUuid.hpp" @@ -56,5 +55,3 @@ private: }; } - -#endif |