[C++] An Eventsystem Without std::bind / std::function
An eventsystem written in C++ without using std::bind and std::function. Define specific events and dispatch them to desired functions. A nice way to handle events and pass them to different locations in your code.