ManaPlus
Namespaces | Typedefs | Functions
npcdialogdb.h File Reference

(986a3bf)

#include "enums/simpletypes/skiperror.h"
#include <map>
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Namespaces

 NpcDialogDB
 

Typedefs

typedef std::map< std::string, NpcDialogInfo * > NpcDialogDB::Dialogs
 
typedef Dialogs::iterator NpcDialogDB::DialogsIter
 

Functions

void NpcDialogDB::load ()
 
void NpcDialogDB::loadXmlFile (const std::string &fileName, const SkipError skipError)
 
void NpcDialogDB::unload ()
 
void NpcDialogDB::deleteDialog (const std::string &name)
 
NpcDialogInfoNpcDialogDB::getDialog (const std::string &name)