summaryrefslogtreecommitdiff
path: root/src/client/game.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/game.h
parentc2c1664831c48e841296eb85318f8a63f44856c8 (diff)
Rectified the coding style in client .h files
Diffstat (limited to 'src/client/game.h')
-rw-r--r--src/client/game.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/game.h b/src/client/game.h
index 8591fca..e5f2d86 100644
--- a/src/client/game.h
+++ b/src/client/game.h
@@ -1,9 +1,7 @@
-
#ifndef GAME_H
-
-# define GAME_H
+#define GAME_H
extern void game_quit();
extern void game_start();
-#endif
+#endif /* GAME_H */