diff options
Diffstat (limited to 'source/game/StarWorldTemplate.hpp')
-rw-r--r-- | source/game/StarWorldTemplate.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarWorldTemplate.hpp b/source/game/StarWorldTemplate.hpp index 7769ded..c0d3177 100644 --- a/source/game/StarWorldTemplate.hpp +++ b/source/game/StarWorldTemplate.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_TEMPLATE_HPP -#define STAR_WORLD_TEMPLATE_HPP +#pragma once #include "StarOrderedMap.hpp" #include "StarLruCache.hpp" @@ -203,5 +202,3 @@ private: }; } - -#endif |