diff options
Diffstat (limited to 'source/game/StarStatSet.hpp')
-rw-r--r-- | source/game/StarStatSet.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarStatSet.hpp b/source/game/StarStatSet.hpp index 759582b..2d583d5 100644 --- a/source/game/StarStatSet.hpp +++ b/source/game/StarStatSet.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_STAT_SET_HPP -#define STAR_STAT_SET_HPP +#pragma once #include "StarStatusTypes.hpp" @@ -149,5 +148,3 @@ private: }; } - -#endif |