summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2009-05-23 15:41:18 +0200
committerxHire <xhire@tuxportal.cz>2009-05-26 01:11:32 +0200
commit4d4dae5cc3a2bf32421ad2d4255079eb1d731647 (patch)
tree064450f544b7ba8477cd8c5e51a8410a27a070c0 /src/client/hotKey.h
parentc2c1664831c48e841296eb85318f8a63f44856c8 (diff)
Rectified the coding style in client .h files
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 */