VOX
A little voxel engine
Loading...
Searching...
No Matches
EventManager.hpp File Reference
#include "AbstractEvent.hpp"
#include "Events.hpp"
#include <string>
#include <functional>
#include <memory>
#include <shared_mutex>
#include <mutex>
Include dependency graph for EventManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Event::HandlerWrapperInterface
 
class  Event::HandlerWrapper< EventType >
 
class  Event::Manager
 

Namespaces

namespace  Event
 

Typedefs

template<typename EventType >
using Event::Handler = std::function< void(const EventType &e)>