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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/hotKey.h b/src/client/hotKey.h
index 95b4946..51b027f 100644
--- a/src/client/hotKey.h
+++ b/src/client/hotKey.h
@@ -1,9 +1,7 @@
-
#ifndef HOTKEY_H
+#define HOTKEY_H
-# define HOTKEY_H
-
-# define HOTKEY_ACTIVE_INTERVAL 500
+#define HOTKEY_ACTIVE_INTERVAL 500
extern void hot_key_init();
extern void hot_key_register(SDLKey key, void (*handler) ());
@@ -13,4 +11,4 @@ extern void hot_key_disable(SDLKey key);
extern void hot_key_event();
extern void hot_key_quit();
-#endif
+#endif /* HOTKEY_H */