diff options
Diffstat (limited to 'source/game/StarCelestialDatabase.hpp')
-rw-r--r-- | source/game/StarCelestialDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarCelestialDatabase.hpp b/source/game/StarCelestialDatabase.hpp index 22bac88..49665b0 100644 --- a/source/game/StarCelestialDatabase.hpp +++ b/source/game/StarCelestialDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CELESTIAL_DATABASE_HPP -#define STAR_CELESTIAL_DATABASE_HPP +#pragma once #include "StarRect.hpp" #include "StarTtlCache.hpp" @@ -225,5 +224,3 @@ private: }; } - -#endif |