From b7ee14cadb1e5675f7e36565aec1fe39e55ccc34 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Jan 2014 14:47:39 +0300 Subject: add ability to inlude config parts from subdirs for items, monsters, npcs. --- src/resources/beingcommon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/beingcommon.h') diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h index 54c9fc35d..6bf481db4 100644 --- a/src/resources/beingcommon.h +++ b/src/resources/beingcommon.h @@ -23,6 +23,8 @@ #include "utils/xml.h" +#include "utils/stringvector.h" + #include "localconsts.h" class BeingInfo; @@ -31,6 +33,8 @@ namespace BeingCommon { void readBasicAttributes(BeingInfo *const info, XmlNodePtr node, const std::string &hoverCursor); + + void getIncludeFiles(const std::string &dir, StringVect &list); } #endif // RESOURCES_BEINGCOMMON_H -- cgit v1.2.3-60-g2f50