diff options
Diffstat (limited to 'source/game/StarBiomeDatabase.hpp')
-rw-r--r-- | source/game/StarBiomeDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarBiomeDatabase.hpp b/source/game/StarBiomeDatabase.hpp index 481e640..9b8ecf3 100644 --- a/source/game/StarBiomeDatabase.hpp +++ b/source/game/StarBiomeDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BIOME_DATABASE_HPP -#define STAR_BIOME_DATABASE_HPP +#pragma once #include "StarBiome.hpp" #include "StarWeatherTypes.hpp" @@ -46,5 +45,3 @@ private: }; } - -#endif |