diff options
Diffstat (limited to 'source/game/items/StarBlueprintItem.hpp')
-rw-r--r-- | source/game/items/StarBlueprintItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarBlueprintItem.hpp b/source/game/items/StarBlueprintItem.hpp index 995e6da..c973758 100644 --- a/source/game/items/StarBlueprintItem.hpp +++ b/source/game/items/StarBlueprintItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BLUEPRINT_ITEM_HPP -#define STAR_BLUEPRINT_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarWorld.hpp" @@ -28,5 +27,3 @@ private: }; } - -#endif |