std::vector< std::vector< int > > fetchHeightMatrix()
Loads the height map from the given path.
Definition: MapReader.cpp:29
std::vector< std::vector< uint8_t > > fetchAccessMatrix()
Loads the access map from the given path.
Definition: MapReader.cpp:10
std::vector< std::vector< std::string > > fetchAreaMatrix()
Loads the area map from the given path.
Definition: MapReader.cpp:67
std::vector< std::vector< int > > fetchMapTextureMatrix()
Loads the map texture map from the given path.
Definition: MapReader.cpp:48