diff options
Diffstat (limited to 'source/game/StarWorldGeneration.hpp')
-rw-r--r-- | source/game/StarWorldGeneration.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarWorldGeneration.hpp b/source/game/StarWorldGeneration.hpp index 4dacc67..dc315cb 100644 --- a/source/game/StarWorldGeneration.hpp +++ b/source/game/StarWorldGeneration.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_GENERATION_HPP -#define STAR_WORLD_GENERATION_HPP +#pragma once #include "StarDungeonGenerator.hpp" #include "StarFallingBlocksAgent.hpp" @@ -160,5 +159,3 @@ private: }; } - -#endif |