ManaPlus
Data Structures | Typedefs
questvar.h File Reference

(986a3bf)

#include <map>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

struct  QuestVar
 

Typedefs

typedef std::map< int, QuestVarNpcQuestVarMap
 
typedef NpcQuestVarMap::const_iterator NpcQuestVarMapCIter
 

Typedef Documentation

◆ NpcQuestVarMap

typedef std::map<int, QuestVar> NpcQuestVarMap

Definition at line 58 of file questvar.h.

◆ NpcQuestVarMapCIter

typedef NpcQuestVarMap::const_iterator NpcQuestVarMapCIter

Definition at line 59 of file questvar.h.