From d8f56c2b9a68de7bba8f5848b126bd25741eb494 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Jan 2014 18:08:30 +0300 Subject: add support for include in pets.xml. --- src/resources/db/petdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/db/petdb.h') diff --git a/src/resources/db/petdb.h b/src/resources/db/petdb.h index e3ed9a7da..75175f5c5 100644 --- a/src/resources/db/petdb.h +++ b/src/resources/db/petdb.h @@ -23,6 +23,8 @@ #ifndef RESOURCES_DB_PETDB_H #define RESOURCES_DB_PETDB_H +#include + #include "localconsts.h" class BeingInfo; @@ -31,6 +33,8 @@ namespace PETDB { void load(); + void loadXmlFile(const std::string &fileName); + void unload(); BeingInfo *get(const int id) A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50