summaryrefslogtreecommitdiff
path: root/src/gui/windows/questswindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/questswindow.cpp')
-rw-r--r--src/gui/windows/questswindow.cpp26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/gui/windows/questswindow.cpp b/src/gui/windows/questswindow.cpp
index de7c62116..97f11c2e4 100644
--- a/src/gui/windows/questswindow.cpp
+++ b/src/gui/windows/questswindow.cpp
@@ -47,7 +47,7 @@
#include "utils/translation/podict.h"
#include "resources/beingcommon.h"
-#include "resources/questitemtext.h"
+#include "resources/questitem.h"
#include "resources/map/map.h"
@@ -60,30 +60,6 @@ enum QuestType
QUEST_REWARD = 2
};
-struct QuestItem final
-{
- QuestItem() :
- var(0),
- name(),
- group(),
- incomplete(),
- complete(),
- texts(),
- completeFlag(-1),
- broken(false)
- {
- }
-
- int var;
- std::string name;
- std::string group;
- std::set<int> incomplete;
- std::set<int> complete;
- std::vector<QuestItemText> texts;
- int completeFlag;
- bool broken;
-};
-
struct QuestEffect final
{
QuestEffect() :