summaryrefslogtreecommitdiff
path: root/src/client/game.h
diff options
context:
space:
mode:
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 */