diff options
Diffstat (limited to 'source/game/items/StarConsumableItem.hpp')
-rw-r--r-- | source/game/items/StarConsumableItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarConsumableItem.hpp b/source/game/items/StarConsumableItem.hpp index b0d0721..0b4974c 100644 --- a/source/game/items/StarConsumableItem.hpp +++ b/source/game/items/StarConsumableItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CONSUMABLE_ITEM_HPP -#define STAR_CONSUMABLE_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarGameTypes.hpp" @@ -34,5 +33,3 @@ private: }; } - -#endif |