summaryrefslogtreecommitdiff
path: root/src/resources/beingcommon.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-24 20:46:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-24 20:46:41 +0300
commitb86d61e2e86f93f86c500eb578342af34d75eab1 (patch)
tree05bb3be097bfeda0177cf373acb3a9b44d7563e0 /src/resources/beingcommon.h
parentf45bd8e9a3274bcdafff7f5704af275c31638607 (diff)
downloadplus-b86d61e2e86f93f86c500eb578342af34d75eab1.tar.gz
plus-b86d61e2e86f93f86c500eb578342af34d75eab1.tar.bz2
plus-b86d61e2e86f93f86c500eb578342af34d75eab1.tar.xz
plus-b86d61e2e86f93f86c500eb578342af34d75eab1.zip
Move ai attributes reading into BeingCommon.
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r--src/resources/beingcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h
index 159cc4518..92b39db4c 100644
--- a/src/resources/beingcommon.h
+++ b/src/resources/beingcommon.h
@@ -57,6 +57,9 @@ namespace BeingCommon
XmlNodePtrConst node,
const int moreBlockFlags) A_NONNULL(1);
+ void readAiAttributes(BeingInfo *const info,
+ XmlNodePtrConst node);
+
void getIncludeFiles(const std::string &dir,
StringVect &list,
const std::string &ext);