summaryrefslogtreecommitdiff
path: root/src/resources/beingcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r--src/resources/beingcommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h
index d9de6b783..159cc4518 100644
--- a/src/resources/beingcommon.h
+++ b/src/resources/beingcommon.h
@@ -53,6 +53,10 @@ namespace BeingCommon
XmlNodePtrConst node,
const std::string &hoverCursor) A_NONNULL(1);
+ void readWalkingAttributes(BeingInfo *const info,
+ XmlNodePtrConst node,
+ const int moreBlockFlags) A_NONNULL(1);
+
void getIncludeFiles(const std::string &dir,
StringVect &list,
const std::string &ext);