summaryrefslogtreecommitdiff
path: root/src/keydata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keydata.h')
-rw-r--r--src/keydata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keydata.h b/src/keydata.h
index 8f918b667..993bae74e 100644
--- a/src/keydata.h
+++ b/src/keydata.h
@@ -27,6 +27,8 @@
#include <string>
+typedef bool (*ActionFuncPtr) (InputEvent &event);
+
struct KeyData
{
const char *configField;