Arch Game Engine
0.2
|
This class takes in a file and loads it in for the map. More...
#include <map.h>
Public Member Functions | |
void | loadMap (string filename) |
Read in map file with given path to the file. | |
int | getX () const |
Get the start x coordinate found in the file. | |
int | getY () const |
Get the start y coordinate found in the file. | |
vector< vector< int > > | getMap () const |
Get the vector of integers found in the file. | |