aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/EventHandler.cpp
blob: 4dc232fb01d5686b3cda5c2b549eccc0b347dfbc (plain)
1
2
3
4
5
#include "EventHandler.h"

using namespace crepe;

bool IEventHandlerWrapper::exec(const Event & e) { return this->call(e); }