From 826a768318d071200b289ed3a93ee409759dbae3 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 24 Jun 2008 15:56:36 +0000 Subject: - podpora IPv6 - game server je schopny obsluhovat clientov zo sieti IPv4 a IPv6 sucastne - hrac si moze zvolit v nastaveniach, ci che pouzivat IPv4 alebo IPv6 - odkolnenie od SDL_net ( nepodporuje IPv6 ) // ale v kode este podpora SDL_Net je git-svn-id: http://opensvn.csie.org/tuxanci_ng@70 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/screen_gameType.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/screen_gameType.h') diff --git a/include/screen_gameType.h b/include/screen_gameType.h index dc25d48..1780e1c 100644 --- a/include/screen_gameType.h +++ b/include/screen_gameType.h @@ -9,6 +9,7 @@ extern void initScreenGameType(); extern int getSettingGameType(); extern char* getSettingIP(); extern int getSettingPort(); +extern int getSettingProto(); extern void quitScreenGameType(); #endif -- cgit v1.2.3