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