diff options
Diffstat (limited to 'src/client/hotKey.h')
| -rw-r--r-- | src/client/hotKey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/hotKey.h b/src/client/hotKey.h index 383033d..1cdf647 100644 --- a/src/client/hotKey.h +++ b/src/client/hotKey.h @@ -1,9 +1,9 @@ #ifndef HOTKEY_H -#define HOTKEY_H +# define HOTKEY_H -#define HOTKEY_ACTIVE_INTERVAL 500 +# define HOTKEY_ACTIVE_INTERVAL 500 extern void initHotKey(); extern void registerHotKey(SDLKey key, void (*handler) ()); |