diff options
Diffstat (limited to 'source/game/StarQuests.hpp')
-rw-r--r-- | source/game/StarQuests.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarQuests.hpp b/source/game/StarQuests.hpp index fd17f5d..9621ecd 100644 --- a/source/game/StarQuests.hpp +++ b/source/game/StarQuests.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_QUESTS_HPP -#define STAR_QUESTS_HPP +#pragma once #include "StarSet.hpp" #include "StarJsonRpc.hpp" @@ -195,5 +194,3 @@ private: QuestPtr createPreviewQuest( String const& templateId, String const& position, String const& questGiverSpecies, Player* player); } - -#endif |