(svn r1106) -Add: [Network] Added master-server protocol and advertise to

master-server option. No GUI yet, and disabled by default (it still is WIP)
This commit is contained in:
truelight
2004-12-15 20:10:34 +00:00
parent d867a845fd
commit 015fb81810
6 changed files with 57 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
#define NETWORK_GAME_INFO_VERSION 1
// What version of company info is this?
#define NETWORK_COMPANY_INFO_VERSION 1
// What version of master-server-protocol do we use?
#define NETWORK_MASTER_SERVER_VERSION 1
typedef uint16 PacketSize;