diff options
Diffstat (limited to 'source/game/interfaces/StarInteractiveEntity.hpp')
-rw-r--r-- | source/game/interfaces/StarInteractiveEntity.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarInteractiveEntity.hpp b/source/game/interfaces/StarInteractiveEntity.hpp index 9e655e1..5887509 100644 --- a/source/game/interfaces/StarInteractiveEntity.hpp +++ b/source/game/interfaces/StarInteractiveEntity.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INTERACTIVE_ENTITY_HPP -#define STAR_INTERACTIVE_ENTITY_HPP +#pragma once #include "StarInteractionTypes.hpp" #include "StarEntity.hpp" @@ -30,5 +29,3 @@ public: }; } - -#endif |