summaryrefslogtreecommitdiff
path: root/src/screen/screen_world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/screen_world.h')
-rw-r--r--src/screen/screen_world.h18
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();