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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h
index 2c9741a2c..301dc284e 100644
--- a/src/resources/beingcommon.h
+++ b/src/resources/beingcommon.h
@@ -29,6 +29,8 @@
class BeingInfo;
+struct SpriteDisplay;
+
#define loadXmlDir(name, function) \
{ \
StringVect listVect; \
@@ -55,6 +57,11 @@ namespace BeingCommon
void getIncludeFiles(const std::string &dir,
StringVect &list,
const std::string &ext);
+
+ bool readObjectNodes(XmlNodePtr &node,
+ SpriteDisplay &display,
+ BeingInfo *const currentInfo,
+ const std::string &dbName);
}
#endif // RESOURCES_BEINGCOMMON_H