diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
commit | d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch) | |
tree | 296020411f2ff09e0a10d963f675723927b7118f /src/actions/actiondef.h | |
parent | 818116248c82fb48f8b99d37e896e18609cdd713 (diff) | |
download | plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2 plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip |
Move windows related actions into separate file.
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) |