summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r--src/resources/mapreader.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h
index eb5a8577..ad21762d 100644
--- a/src/resources/mapreader.h
+++ b/src/resources/mapreader.h
@@ -28,6 +28,7 @@
#include <libxml/tree.h>
+class Properties;
class Map;
class Tileset;
@@ -52,6 +53,15 @@ class MapReader
private:
/**
+ * Reads the properties element.
+ *
+ * @param props the Properties instance to which the properties will
+ * be assigned
+ */
+ static void
+ readProperties(xmlNodePtr node, Properties* props);
+
+ /**
* Reads a map layer.
*/
static void