From b42dbb1ac4b05fc137ca3f18b4af43905ce5bcf0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Oct 2015 18:50:11 +0300 Subject: Add basic npc dialog db loading. --- src/resources/db/npcdialogdb.h | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/resources/db/npcdialogdb.h (limited to 'src/resources/db/npcdialogdb.h') diff --git a/src/resources/db/npcdialogdb.h b/src/resources/db/npcdialogdb.h new file mode 100644 index 000000000..8b2caac65 --- /dev/null +++ b/src/resources/db/npcdialogdb.h @@ -0,0 +1,54 @@ +/* + * The ManaPlus Client + * Copyright (C) 2011-2015 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef RESOURCES_DB_NPCDIALOGDB_H +#define RESOURCES_DB_NPCDIALOGDB_H + +#include "resources/npcdialoginfo.h" + +#include + +#include "localconsts.h" + +/** + * Color information database. + */ +namespace NpcDialogDB +{ + /** + * Loads the map remap data from maps\remap.xml. + */ + void load(); + + void loadXmlFile(const std::string &fileName); + + /** + * Clear the remap data + */ + void unload(); + + void deleteDialog(const std::string &name); + + typedef std::map Dialogs; + typedef Dialogs::iterator DialogsIter; + +} // namespace NpcDialogDB + +#endif // RESOURCES_DB_NPCDIALOGDB_H -- cgit v1.2.3-70-g09d2