index
:
project-spc
loek/audio
loek/cleanup
loek/collision-system
loek/config
loek/savemgr
loek/scripts
loek/tests
loek/util
loek/wrap
master
poc/audio-miniaudio
poc/audio-soloud
poc/profiling
24-25 b13 spc: minor project engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crepe
/
api
/
EventHandler.cpp
blob: 93a116a1cdee056f9d86c9070a7b040f8e170110 (
plain
)
1
2
#include
"EventHandler.h"
bool
IEventHandlerWrapper::exec
(
const
Event
&
e
)
{
return
call
(
e
);
}