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