From c8a9209d77a896bf49227e5aeccd54e91ccf29cc Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 14:11:06 +0200 Subject: Changed style of the code to the K&R standard --- src/client/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/game.h') diff --git a/src/client/game.h b/src/client/game.h index 6ce694d..981e975 100644 --- a/src/client/game.h +++ b/src/client/game.h @@ -1,7 +1,7 @@ #ifndef GAME_H -#define GAME_H +# define GAME_H extern void quitGame(); extern void startGame(); -- cgit v1.2.3