Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Map.hpp File Reference
#include <cstdint>
#include <iostream>
#include <optional>
#include <vector>
#include "Coordinates.hpp"
#include "RehtiReader.hpp"
Include dependency graph for Map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Map
 Static class representing the map of the game world. Map contains information about which tiles are accessible and which are not. It also contains information about the height of the tiles. It does not contain any information about the entities in the world. For that refer to GameWorld. More...