diff options
Diffstat (limited to 'src/crepe/api/EventHandler.cpp')
-rw-r--r-- | src/crepe/api/EventHandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/api/EventHandler.cpp b/src/crepe/api/EventHandler.cpp new file mode 100644 index 0000000..93a116a --- /dev/null +++ b/src/crepe/api/EventHandler.cpp @@ -0,0 +1,2 @@ +#include "EventHandler.h" +bool IEventHandlerWrapper::exec(const Event & e) { return call(e); } |