diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 14:47:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 14:47:39 +0300 |
commit | b7ee14cadb1e5675f7e36565aec1fe39e55ccc34 (patch) | |
tree | d92328178a64cd15891802ced4a0db5a0a751e11 /src/resources/beingcommon.h | |
parent | 3cb15a8f777bd9907d8dc4ba57774c762ec1f67f (diff) | |
download | plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.gz plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.bz2 plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.xz plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.zip |
add ability to inlude config parts from subdirs for items, monsters, npcs.
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r-- | src/resources/beingcommon.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |