diff options
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r-- | src/resources/beingcommon.h | 3 |
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); |