diff options
Diffstat (limited to 'source/game/StarDungeonTMXPart.hpp')
-rw-r--r-- | source/game/StarDungeonTMXPart.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarDungeonTMXPart.hpp b/source/game/StarDungeonTMXPart.hpp index 6f61419..50edf84 100644 --- a/source/game/StarDungeonTMXPart.hpp +++ b/source/game/StarDungeonTMXPart.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_DUNGEON_TMX_PART_HPP -#define STAR_DUNGEON_TMX_PART_HPP +#pragma once #include "StarRect.hpp" #include "StarDungeonGenerator.hpp" @@ -211,5 +210,3 @@ namespace Dungeon { } } - -#endif |