4 #include "../Objects/Map.h"
13 std::map<std::string, Map>
List;
Contains all information about a map in easy-to-use format.
Definition: Map.h:10
Contains the maplist and a pointer to the current map.
Definition: MapList.h:10
Map * Current
Pointer to the current map (in the list).
Definition: MapList.h:14
void SetCurrentMap(std::string uid)
Sets the current map to the one belonging to the unique identifier.
Definition: MapList.cpp:3
std::map< std::string, Map > List
List of all maps on the server.
Definition: MapList.h:13