diff options
Diffstat (limited to 'source/game/interfaces/StarWorld.hpp')
-rw-r--r-- | source/game/interfaces/StarWorld.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarWorld.hpp b/source/game/interfaces/StarWorld.hpp index e1986fa..95fe7ae 100644 --- a/source/game/interfaces/StarWorld.hpp +++ b/source/game/interfaces/StarWorld.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_HPP -#define STAR_WORLD_HPP +#pragma once #include "StarTileEntity.hpp" #include "StarInteractionTypes.hpp" @@ -258,5 +257,3 @@ List<shared_ptr<EntityT>> World::atTile(Vec2I const& pos) const { return list; } } - -#endif |