Deep RTS
Public Member Functions | Public Attributes | List of all members
Map Class Reference

#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, TileDatatilesData
 

Constructor & Destructor Documentation

◆ Map()

Map::Map ( const std::string &  map_file)
explicit

Member Data Documentation

◆ MAP_HEIGHT

int Map::MAP_HEIGHT

The Map Height (Num of tiles in height)

◆ MAP_WIDTH

int Map::MAP_WIDTH

The Map Width (Num of tiles in width)

◆ mapFile

std::string Map::mapFile

◆ TILE_HEIGHT

int Map::TILE_HEIGHT

A tile's Height.

◆ TILE_WIDTH

int Map::TILE_WIDTH

A tile's Width.

◆ tileIDs

std::vector<int> Map::tileIDs

◆ tilesData

std::map<int, TileData> Map::tilesData

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