diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ class Map Map(); /** + * Constructor that takes initial map size as parameters. + */ + Map(int width, int height); + + /** * Destructor. */ ~Map(); |