diff options
Diffstat (limited to 'source/game/StarTreasure.hpp')
-rw-r--r-- | source/game/StarTreasure.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarTreasure.hpp b/source/game/StarTreasure.hpp index 345c18f..fb273b8 100644 --- a/source/game/StarTreasure.hpp +++ b/source/game/StarTreasure.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TREASURE_HPP -#define STAR_TREASURE_HPP +#pragma once #include "StarThread.hpp" #include "StarParametricFunction.hpp" @@ -89,5 +88,3 @@ private: }; } - -#endif |