diff options
Diffstat (limited to 'source/game/StarBiome.hpp')
-rw-r--r-- | source/game/StarBiome.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarBiome.hpp b/source/game/StarBiome.hpp index 1576394..279af4c 100644 --- a/source/game/StarBiome.hpp +++ b/source/game/StarBiome.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BIOME_HPP -#define STAR_BIOME_HPP +#pragma once #include "StarBiomePlacement.hpp" #include "StarSpawner.hpp" @@ -58,5 +57,3 @@ struct Biome { }; } - -#endif |