diff options
Diffstat (limited to 'source/game/interfaces/StarContainerEntity.hpp')
-rw-r--r-- | source/game/interfaces/StarContainerEntity.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarContainerEntity.hpp b/source/game/interfaces/StarContainerEntity.hpp index 6a123ee..d68e722 100644 --- a/source/game/interfaces/StarContainerEntity.hpp +++ b/source/game/interfaces/StarContainerEntity.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CONTAINER_ENTITY_HPP -#define STAR_CONTAINER_ENTITY_HPP +#pragma once #include "StarGameTypes.hpp" #include "StarTileEntity.hpp" @@ -46,5 +45,3 @@ public: }; } - -#endif |