diff options
Diffstat (limited to 'source/game/interfaces/StarEmoteEntity.hpp')
-rw-r--r-- | source/game/interfaces/StarEmoteEntity.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarEmoteEntity.hpp b/source/game/interfaces/StarEmoteEntity.hpp index b66da52..e1b85bb 100644 --- a/source/game/interfaces/StarEmoteEntity.hpp +++ b/source/game/interfaces/StarEmoteEntity.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_EMOTE_ENTITY_HPP -#define STAR_EMOTE_ENTITY_HPP +#pragma once #include "StarHumanoid.hpp" #include "StarEntity.hpp" @@ -14,5 +13,3 @@ public: }; } - -#endif |