Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
MapManager.h File Reference
#include "FunctionRef.h"
#include "Map.h"
Include dependency graph for MapManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cMapManager
 Manages the in-game maps of a single world - Thread safe. More...
 

Typedefs

using cMapCallback = cFunctionRef< bool(cMap &)>
 

Typedef Documentation

using cMapCallback = cFunctionRef<bool(cMap &)>

Definition at line 20 of file MapManager.h.