![]() |
Deep RTS
|
#include <Map.h>
Public Member Functions | |
Map (const std::string &map_file) | |
Public Attributes | |
std::string | mapFile |
int | TILE_WIDTH |
A tile's Width. More... | |
int | TILE_HEIGHT |
A tile's Height. More... | |
int | MAP_WIDTH |
The Map Width (Num of tiles in width) More... | |
int | MAP_HEIGHT |
The Map Height (Num of tiles in height) More... | |
std::vector< int > | tileIDs |
std::map< int, TileData > | tilesData |
|
explicit |
int Map::MAP_HEIGHT |
The Map Height (Num of tiles in height)
int Map::MAP_WIDTH |
The Map Width (Num of tiles in width)
std::string Map::mapFile |
int Map::TILE_HEIGHT |
A tile's Height.
int Map::TILE_WIDTH |
A tile's Width.
std::vector<int> Map::tileIDs |
std::map<int, TileData> Map::tilesData |