aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/EventHandler.cpp
blob: 93a116a1cdee056f9d86c9070a7b040f8e170110 (plain)
1
2
#include "EventHandler.h"
bool IEventHandlerWrapper::exec(const Event & e) { return call(e); }