diff options
Diffstat (limited to 'source/game/interfaces/StarToolUserEntity.hpp')
-rw-r--r-- | source/game/interfaces/StarToolUserEntity.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarToolUserEntity.hpp b/source/game/interfaces/StarToolUserEntity.hpp index a83d5ff..dcda91d 100644 --- a/source/game/interfaces/StarToolUserEntity.hpp +++ b/source/game/interfaces/StarToolUserEntity.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TOOL_USER_ENTITY_HPP -#define STAR_TOOL_USER_ENTITY_HPP +#pragma once #include "StarEntity.hpp" #include "StarParticle.hpp" @@ -100,5 +99,3 @@ public: }; } - -#endif |