From bcc91d04a8be00ec347fc2fa84f4bd4c50e65a56 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 May 2013 19:57:35 +0300 Subject: Add support for include in monsters.xml --- src/resources/monsterdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/monsterdb.h') diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index 4d88320b5..426228388 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -25,6 +25,8 @@ #include "localconsts.h" +#include + class BeingInfo; /** @@ -36,6 +38,8 @@ namespace MonsterDB void unload(); + void loadXmlFile(const std::string &fileName); + BeingInfo *get(const int id) A_WARN_UNUSED; } -- cgit v1.2.3-70-g09d2