diff options
Diffstat (limited to 'src/actions/actiondef.h')
-rw-r--r-- | src/actions/actiondef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h index 9877f2d0e..70e44f794 100644 --- a/src/actions/actiondef.h +++ b/src/actions/actiondef.h @@ -26,6 +26,7 @@ #include "input/inputmanager.h" +#define decHandler(name) bool name(const InputEvent &event) #define impHandler(name) bool name(const InputEvent &event) #define impHandler0(name) bool name(const InputEvent &event A_UNUSED) |