summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/hotKey.h')
-rw-r--r--src/client/hotKey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/hotKey.h b/src/client/hotKey.h
index 1e15c1c..383033d 100644
--- a/src/client/hotKey.h
+++ b/src/client/hotKey.h
@@ -6,7 +6,7 @@
#define HOTKEY_ACTIVE_INTERVAL 500
extern void initHotKey();
-extern void registerHotKey(SDLKey key, void (*handler)());
+extern void registerHotKey(SDLKey key, void (*handler) ());
extern void unregisterHotKey(SDLKey key);
extern void enableHotKey(SDLKey key);
extern void disableHotKey(SDLKey key);