diff options
Diffstat (limited to 'source/game/StarSpawner.hpp')
-rw-r--r-- | source/game/StarSpawner.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarSpawner.hpp b/source/game/StarSpawner.hpp index b04382a..ed5d047 100644 --- a/source/game/StarSpawner.hpp +++ b/source/game/StarSpawner.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_SPAWNER_HPP -#define STAR_SPAWNER_HPP +#pragma once #include "StarPeriodic.hpp" #include "StarIdMap.hpp" @@ -115,5 +114,3 @@ private: }; } - -#endif |