ManaPlus
|
Go to the source code of this file.
Macros | |
#define | impHandler(name) bool name(InputEvent &event) |
#define | impHandler0(name) bool name(InputEvent &event A_UNUSED) |
#define | impHandlerVoid(name) |
#define | callYellowBar(name) |
#define | callYellowBarCond(name) |
#define callYellowBar | ( | name | ) |
Definition at line 40 of file actiondef.h.
#define callYellowBarCond | ( | name | ) |
Definition at line 45 of file actiondef.h.
#define impHandler | ( | name | ) | bool name(InputEvent &event) |
Definition at line 33 of file actiondef.h.
#define impHandler0 | ( | name | ) | bool name(InputEvent &event A_UNUSED) |
Definition at line 34 of file actiondef.h.
#define impHandlerVoid | ( | name | ) |
Definition at line 35 of file actiondef.h.