ManaPlus
|
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) |
NpcDialogInfo * | NpcDialogDB::getDialog (const std::string &name) |