summaryrefslogtreecommitdiff
path: root/include/screen_world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/screen_world.h')
-rw-r--r--include/screen_world.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h
index c9a46e6..955e0fc 100644
--- a/include/screen_world.h
+++ b/include/screen_world.h
@@ -4,15 +4,18 @@
#define SCREEN_WORLD_H
#include "main.h"
+#include "myTimer.h"
#include "tux.h"
#include "arena.h"
#define TIMER_END_ARENA 5000
#define WORLD_COUNT_ROUND_UNLIMITED -1
+#define LAG_SERVER_UNKNOWN -1
extern bool_t isScreenWorldInicialized();
extern void initWorld();
extern void setWorldArena(int id);
+extern void setLagServer(my_time_t lag);
extern void countRoundInc();
extern void setWorldEnd();
extern void setMaxCountRound(int n);