diff options
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r-- | src/input/inputactiondata.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index aefa6fc86..a9abd727e 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -23,12 +23,10 @@ #ifndef INPUT_INPUTACTIONDATA_H #define INPUT_INPUTACTIONDATA_H -#include "events/inputevent.h" +#include "actions/actionfuncptr.h" #include <string> -typedef bool (*ActionFuncPtr) (InputEvent &event); - struct InputActionData final { const char *configField; |