mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 11:38:19 +00:00
8 lines
369 B
C
8 lines
369 B
C
|
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
|
||
|
static const int VERSIONSRV_PORT = 8302;
|
||
|
|
||
|
static const unsigned char VERSION_DATA[] = {0x00, 0, 4, 3};
|
||
|
|
||
|
static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};
|
||
|
static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};
|