diff options
Diffstat (limited to 'source/game/objects/StarLoungeableObject.hpp')
-rw-r--r-- | source/game/objects/StarLoungeableObject.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/objects/StarLoungeableObject.hpp b/source/game/objects/StarLoungeableObject.hpp index 1fda8ca..7d6cd7e 100644 --- a/source/game/objects/StarLoungeableObject.hpp +++ b/source/game/objects/StarLoungeableObject.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INTERACTABLE_OBJECT_HPP -#define STAR_INTERACTABLE_OBJECT_HPP +#pragma once #include "StarObject.hpp" #include "StarLoungingEntities.hpp" @@ -36,5 +35,3 @@ private: }; } - -#endif |