diff options
| author | xHire <xhire@tuxportal.cz> | 2008-10-25 14:11:06 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2008-10-25 14:11:06 +0200 |
| commit | c8a9209d77a896bf49227e5aeccd54e91ccf29cc (patch) | |
| tree | 6b7367406ebbc6ce3ea5e0c8668c75f6fb3f6ae9 /src/screen/screen_world.h | |
| parent | cb9deba915dd7b114eeb76601eb1c8b07c1ba90f (diff) | |
Changed style of the code to the K&R standard
Diffstat (limited to 'src/screen/screen_world.h')
| -rw-r--r-- | src/screen/screen_world.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/screen/screen_world.h b/src/screen/screen_world.h index bf7a142..67935f7 100644 --- a/src/screen/screen_world.h +++ b/src/screen/screen_world.h @@ -1,17 +1,17 @@ #ifndef SCREEN_WORLD_H -#define SCREEN_WORLD_H +# define SCREEN_WORLD_H -#include "main.h" -#include "myTimer.h" -#include "tux.h" -#include "arenaFile.h" -#include "arena.h" +# include "main.h" +# include "myTimer.h" +# include "tux.h" +# include "arenaFile.h" +# include "arena.h" -#define TIMER_END_ARENA 5000 -#define WORLD_COUNT_ROUND_UNLIMITED -1 -#define LAG_SERVER_UNKNOWN -1 +# define TIMER_END_ARENA 5000 +# define WORLD_COUNT_ROUND_UNLIMITED -1 +# define LAG_SERVER_UNKNOWN -1 extern bool_t isScreenWorldInicialized(); extern void initWorld(); |