Arch Game Engine  0.2
Public Member Functions | List of all members
Map Class Reference

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.
 

Detailed Description

This class takes in a file and loads it in for the map.

Definition at line 10 of file map.h.


The documentation for this class was generated from the following files: