summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 26f3ef78..957b3b0a 100644
--- a/src/map.h
+++ b/src/map.h
@@ -83,6 +83,11 @@ class Map
Map();
/**
+ * Constructor that takes initial map size as parameters.
+ */
+ Map(int width, int height);
+
+ /**
* Destructor.
*/
~Map();