diff options
Diffstat (limited to 'source/game/items/StarUnlockItem.hpp')
-rw-r--r-- | source/game/items/StarUnlockItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarUnlockItem.hpp b/source/game/items/StarUnlockItem.hpp index 281f819..6478bcc 100644 --- a/source/game/items/StarUnlockItem.hpp +++ b/source/game/items/StarUnlockItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CELESTIAL_ITEM_HPP -#define STAR_CELESTIAL_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarWorld.hpp" @@ -31,5 +30,3 @@ private: }; } - -#endif |