From 6dbcded21e7e9614b967b922987be6bcf3f3fe58 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 4 Apr 2008 18:46:15 +0000 Subject: - 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 --- include/screen_world.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/screen_world.h') 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); -- cgit v1.2.3