summaryrefslogtreecommitdiff
path: root/src/resources/questvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/questvar.h')
-rw-r--r--src/resources/questvar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/questvar.h b/src/resources/questvar.h
index 3895d2783..1164d0f58 100644
--- a/src/resources/questvar.h
+++ b/src/resources/questvar.h
@@ -21,6 +21,8 @@
#ifndef RESOURCES_QUESTVAR_H
#define RESOURCES_QUESTVAR_H
+#include <map>
+
#include "localconsts.h"
struct QuestVar final
@@ -52,4 +54,7 @@ struct QuestVar final
int time1;
};
+typedef std::map<int, QuestVar> NpcQuestVarMap;
+typedef NpcQuestVarMap::const_iterator NpcQuestVarMapCIter;
+
#endif // RESOURCES_QUESTVAR_H