ManaPlus
Data Structures | Typedefs | Variables
questswindow.h File Reference

(986a3bf)

#include "localconsts.h"
#include "enums/simpletypes/beingtypeid.h"
#include "gui/widgets/window.h"
#include "listeners/actionlistener.h"
#include "resources/questvar.h"

Go to the source code of this file.

Data Structures

class  QuestsWindow
 

Typedefs

typedef std::map< BeingTypeId, const QuestEffect * > NpcQuestEffectMap
 
typedef NpcQuestEffectMap::const_iterator NpcQuestEffectMapCIter
 

Variables

QuestsWindowquestsWindow
 

Typedef Documentation

◆ NpcQuestEffectMap

typedef std::map<BeingTypeId, const QuestEffect*> NpcQuestEffectMap

Definition at line 47 of file questswindow.h.

◆ NpcQuestEffectMapCIter

typedef NpcQuestEffectMap::const_iterator NpcQuestEffectMapCIter

Definition at line 48 of file questswindow.h.

Variable Documentation

◆ questsWindow

QuestsWindow* questsWindow
extern