diff options
Diffstat (limited to 'source/game/interfaces/StarAnchorableEntity.hpp')
-rw-r--r-- | source/game/interfaces/StarAnchorableEntity.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarAnchorableEntity.hpp b/source/game/interfaces/StarAnchorableEntity.hpp index 4f0e5b8..3b0e4e9 100644 --- a/source/game/interfaces/StarAnchorableEntity.hpp +++ b/source/game/interfaces/StarAnchorableEntity.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ANCHORABLE_ENTITY_HPP -#define STAR_ANCHORABLE_ENTITY_HPP +#pragma once #include "StarEntity.hpp" @@ -35,5 +34,3 @@ public: }; } - -#endif |