Public Member Functions | |
const MapTileMatrix & | get_canvas () |
const MapTileMatrix & | get_map () |
IntPoint | get_selected_chunk () |
void | move_cursor (int, int) |
void | refresh () |
Private Types | |
typedef std::vector < std::vector< MapTile > > | MapTileMatrix |
Private Member Functions | |
void | add_layers () |
Private Attributes | |
std::vector< TopLayerData > | top_layer |
WorldMap | world_map |
MapTileMatrix | canvas |
int | width |
int | height |