summaryrefslogtreecommitdiff
path: root/include/screen_world.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-04 18:46:15 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-04 18:46:15 +0000
commit6dbcded21e7e9614b967b922987be6bcf3f3fe58 (patch)
treecfa806296d8880c4136681c5cb96d06a2e856eb0 /include/screen_world.h
parent617ba439aab5f1798eb02618dfcfbed80a5baf28 (diff)
- moznost nastavit si klavesy na ovladanie v ~/.tuxanci-ng/keycontrol.conf
- moznost prekladat texty do roznych jazykov, defult jazyk je EN, nastavenie je v ~/.tuxanci-ng/lang.conf - moznost nastavit server pomocou konfiguraku ./server.conf - uptime v sekudach a samorestartovaci casocvac tam este _NIE_ _JE_ git-svn-id: http://opensvn.csie.org/tuxanci_ng@39 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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);