diff options
Diffstat (limited to 'source/game/StarNameGenerator.hpp')
-rw-r--r-- | source/game/StarNameGenerator.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarNameGenerator.hpp b/source/game/StarNameGenerator.hpp index 11376dc..fe21042 100644 --- a/source/game/StarNameGenerator.hpp +++ b/source/game/StarNameGenerator.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NAME_GENERATOR_HPP -#define STAR_NAME_GENERATOR_HPP +#pragma once #include "StarJson.hpp" #include "StarRandom.hpp" @@ -38,5 +37,3 @@ private: }; } - -#endif |