1 2 3 4 5
#include "EventHandler.h" using namespace crepe; bool IEventHandlerWrapper::exec(const Event & e) { return this->call(e); }