diff options
Diffstat (limited to 'source/game/items/StarInspectionTool.hpp')
-rw-r--r-- | source/game/items/StarInspectionTool.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarInspectionTool.hpp b/source/game/items/StarInspectionTool.hpp index 7fa7fb2..6ce121d 100644 --- a/source/game/items/StarInspectionTool.hpp +++ b/source/game/items/StarInspectionTool.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INSPECTION_TOOL_HPP -#define STAR_INSPECTION_TOOL_HPP +#pragma once #include "StarItem.hpp" #include "StarPointableItem.hpp" @@ -70,5 +69,3 @@ private: }; } - -#endif |