summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 02bea4a2..19489257 100644
--- a/src/map.h
+++ b/src/map.h
@@ -176,6 +176,10 @@ class Map
* Set a map property.
*/
void setProperty(const std::string &name, const std::string &value);
+
+ /**
+ *
+ */
private:
int width, height;