diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-19 13:07:08 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-19 13:07:08 +0000 |
commit | 919d5a60b08bb39114d73295c59290a6c3402a76 (patch) | |
tree | b3173d271d30cfbf69c324b14daf94286219fa68 /src/map.h | |
parent | 360b1d4d6ca420ae98f87af166d739b34f05de22 (diff) | |
download | mana-client-919d5a60b08bb39114d73295c59290a6c3402a76.tar.gz mana-client-919d5a60b08bb39114d73295c59290a6c3402a76.tar.bz2 mana-client-919d5a60b08bb39114d73295c59290a6c3402a76.tar.xz mana-client-919d5a60b08bb39114d73295c59290a6c3402a76.zip |
Fixed searching for zip files in Linux, fixed initialization of PhysFS to be
before it is used and added a start on the map reader.
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(); |