|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <vector>#include <string>

Go to the source code of this file.
Functions | |
| std::vector< std::vector< uint8_t > > | fetchAccessMatrix () |
| Loads the access map from the given path. More... | |
| std::vector< std::vector< int > > | fetchHeightMatrix () |
| Loads the height map from the given path. More... | |
| std::vector< std::vector< int > > | fetchMapTextureMatrix () |
| Loads the map texture map from the given path. More... | |
| std::vector< std::vector< std::string > > | fetchAreaMatrix () |
| Loads the area map from the given path. More... | |
| std::vector<std::vector<uint8_t> > fetchAccessMatrix | ( | ) |
Loads the access map from the given path.


| std::vector<std::vector<std::string> > fetchAreaMatrix | ( | ) |
Loads the area map from the given path.


| std::vector<std::vector<int> > fetchHeightMatrix | ( | ) |
Loads the height map from the given path.


| std::vector<std::vector<int> > fetchMapTextureMatrix | ( | ) |
Loads the map texture map from the given path.
