From aa85f15df21e65b42c62bcad25a331b944bf270f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Aug 2014 00:00:47 +0300 Subject: Move actionfuncptr into separate file. --- src/input/inputactiondata.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/input') 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 -typedef bool (*ActionFuncPtr) (InputEvent &event); - struct InputActionData final { const char *configField; -- cgit v1.2.3-70-g09d2