aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/EventHandler.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 22:04:09 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 22:04:09 +0100
commitdff52c72a9199ceea4eaf67c270916ae11238b45 (patch)
treec5d298bb0abcdece06060067789fb303e6c8897f /src/crepe/api/EventHandler.cpp
parentbfb4dffccec0a902586927c41b2454c8ddacd9e3 (diff)
parent1cc120a0031cfc19c35240da8390d9129b4d75a3 (diff)
Merge branch 'master' into loek/scripts
Diffstat (limited to 'src/crepe/api/EventHandler.cpp')
-rw-r--r--src/crepe/api/EventHandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crepe/api/EventHandler.cpp b/src/crepe/api/EventHandler.cpp
new file mode 100644
index 0000000..4dc232f
--- /dev/null
+++ b/src/crepe/api/EventHandler.cpp
@@ -0,0 +1,5 @@
+#include "EventHandler.h"
+
+using namespace crepe;
+
+bool IEventHandlerWrapper::exec(const Event & e) { return this->call(e); }