VOX
A little voxel engine
|
Classes | |
class | AbstractEvent |
class | HandlerWrapper |
class | HandlerWrapperInterface |
class | Manager |
class | PlayerMoving |
Typedefs | |
typedef std::type_index | Type |
template<typename EventType > | |
using | Handler = std::function< void(const EventType &e)> |
using Event::Handler = typedef std::function<void(const EventType & e)> |
typedef std::type_index Event::Type |