From 09970dfce38b0e8910b84743d62c7f66f59e2e1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 Mar 2016 00:40:44 +0300 Subject: Convert questtype enum into strong typed enum. --- src/resources/questitemtext.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/resources/questitemtext.h') diff --git a/src/resources/questitemtext.h b/src/resources/questitemtext.h index 306fe27b8..01d6706ea 100644 --- a/src/resources/questitemtext.h +++ b/src/resources/questitemtext.h @@ -21,19 +21,21 @@ #ifndef RESOURCES_QUESTITEMTEXT_H #define RESOURCES_QUESTITEMTEXT_H +#include "enums/resources/questtype.h" + #include #include "localconsts.h" struct QuestItemText final { - QuestItemText(const std::string &text0, const int type0) : + QuestItemText(const std::string &text0, const QuestTypeT type0) : text(text0), type(type0) { } std::string text; - int type; + QuestTypeT type; }; #endif // RESOURCES_QUESTITEMTEXT_H -- cgit v1.2.3-70-g09d2