diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -176,6 +176,10 @@ class Map * Set a map property. */ void setProperty(const std::string &name, const std::string &value); + + /** + * + */ private: int width, height; |