diff options
Diffstat (limited to 'source/game/items/StarInstrumentItem.hpp')
-rw-r--r-- | source/game/items/StarInstrumentItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarInstrumentItem.hpp b/source/game/items/StarInstrumentItem.hpp index c57a0ad..e21c762 100644 --- a/source/game/items/StarInstrumentItem.hpp +++ b/source/game/items/StarInstrumentItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INSTRUMENT_ITEM_HPP -#define STAR_INSTRUMENT_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarInstrumentItem.hpp" @@ -53,5 +52,3 @@ private: }; } - -#endif |