diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-11 10:50:40 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-11 10:50:40 +0100 |
commit | 880a7b1fb233a67303ad5a4155dc459f79734762 (patch) | |
tree | 955faa9c02480f17cb4a674ae9a1b82dab741a63 /src/crepe/api/EventHandler.cpp | |
parent | 3a690f7d0c91b92b9cdfe62f44dba8db90142abc (diff) |
big cleanup events + events are now structs
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); } |