From f651273ebf2a8b11aa01ed1434ecb613177ced6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Aug 2015 16:13:36 +0300 Subject: Add gui mode for dyecmd. Now only basic code added. --- src/actions/actiondef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/actions/actiondef.h') diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h index 6957f0f00..ec10520a0 100644 --- a/src/actions/actiondef.h +++ b/src/actions/actiondef.h @@ -28,6 +28,10 @@ #define impHandler(name) bool name(InputEvent &event) #define impHandler0(name) bool name(InputEvent &event A_UNUSED) +#define impHandlerVoid(name) bool name(InputEvent &event A_UNUSED) \ + { \ + return false; \ + } #define callYellowBar(name) \ GameModifiers::name(!inputManager.isActionActive( \ -- cgit v1.2.3-60-g2f50