diff options
Diffstat (limited to 'source/game/StarPlayerBlueprints.hpp')
-rw-r--r-- | source/game/StarPlayerBlueprints.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerBlueprints.hpp b/source/game/StarPlayerBlueprints.hpp index 0b37c0d..1db8ed0 100644 --- a/source/game/StarPlayerBlueprints.hpp +++ b/source/game/StarPlayerBlueprints.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_BLUEPRINTS_HPP -#define STAR_PLAYER_BLUEPRINTS_HPP +#pragma once #include "StarByteArray.hpp" #include "StarSet.hpp" @@ -27,5 +26,3 @@ private: }; } - -#endif |