From 4d4dae5cc3a2bf32421ad2d4255079eb1d731647 Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 23 May 2009 15:41:18 +0200 Subject: Rectified the coding style in client .h files --- src/client/hotKey.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/client/hotKey.h') 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 */ -- cgit v1.2.3