From b2c84fc1db9284acdd0bf5fc344e9d2435d7f45d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 May 2014 17:26:23 +0300 Subject: Move questitemtext into separate file. --- src/gui/windows/questswindow.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/gui/windows/questswindow.cpp') diff --git a/src/gui/windows/questswindow.cpp b/src/gui/windows/questswindow.cpp index c32d8e928..de7c62116 100644 --- a/src/gui/windows/questswindow.cpp +++ b/src/gui/windows/questswindow.cpp @@ -47,6 +47,7 @@ #include "utils/translation/podict.h" #include "resources/beingcommon.h" +#include "resources/questitemtext.h" #include "resources/map/map.h" @@ -59,17 +60,6 @@ enum QuestType QUEST_REWARD = 2 }; -struct QuestItemText final -{ - QuestItemText(const std::string &text0, const int type0) : - text(text0), type(type0) - { - } - - std::string text; - int type; -}; - struct QuestItem final { QuestItem() : -- cgit v1.2.3-70-g09d2