diff options
Diffstat (limited to 'source/game/items/StarObjectItem.hpp')
-rw-r--r-- | source/game/items/StarObjectItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarObjectItem.hpp b/source/game/items/StarObjectItem.hpp index f45d3d6..c2ff253 100644 --- a/source/game/items/StarObjectItem.hpp +++ b/source/game/items/StarObjectItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_OBJECT_ITEM_HPP -#define STAR_OBJECT_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarFireableItem.hpp" @@ -35,5 +34,3 @@ private: }; } - -#endif |