diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ class MapLayer ~MapLayer(); + int getWidth() const { return mWidth; } + /** * Set tile image, with x and y in layer coordinates. */ |