From 5ed8cf4555496ff5636c09ac12be91fb67a2a283 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 May 2013 20:08:11 +0300 Subject: Add support for include in npcs.xml --- src/resources/npcdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/npcdb.h') diff --git a/src/resources/npcdb.h b/src/resources/npcdb.h index a01730ed8..83d938f5a 100644 --- a/src/resources/npcdb.h +++ b/src/resources/npcdb.h @@ -25,6 +25,8 @@ #include +#include + #include "localconsts.h" class BeingInfo; @@ -41,6 +43,8 @@ namespace NPCDB BeingInfo *get(const int id) A_WARN_UNUSED; uint16_t getAvatarFor(const int id); + + void loadXmlFile(const std::string &fileName); } #endif // RESOURCES_NPCDB_H -- cgit v1.2.3-70-g09d2