diff options
Diffstat (limited to 'source/game/objects/StarContainerObject.hpp')
-rw-r--r-- | source/game/objects/StarContainerObject.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/objects/StarContainerObject.hpp b/source/game/objects/StarContainerObject.hpp index 482e502..384480c 100644 --- a/source/game/objects/StarContainerObject.hpp +++ b/source/game/objects/StarContainerObject.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CONTAINER_OBJECT_HPP -#define STAR_CONTAINER_OBJECT_HPP +#pragma once #include "StarItemBag.hpp" #include "StarObject.hpp" @@ -108,5 +107,3 @@ private: }; } - -#endif |