#include <Map.h>
Public Methods | |
Map () | |
The constructor, puts in defaults to set off error trapping. | |
void | loadMap (char *filename) |
Loads a map from file. | |
Public Attributes | |
char | level [MAP_Y_SIZE][MAP_X_SIZE] |
Our level data, in characters '0' - '9'. |
It's rather nice.