DDNet documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
masterserver.h
Go to the documentation of this file.
1
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
2
/* If you are missing that file, acquire a complete release at teeworlds.com. */
3
#ifndef ENGINE_SHARED_MASTERSERVER_H
4
#define ENGINE_SHARED_MASTERSERVER_H
5
6
#define SERVERBROWSE_SIZE 8
7
extern
const
unsigned
char
SERVERBROWSE_GETINFO
[
SERVERBROWSE_SIZE
];
8
extern
const
unsigned
char
SERVERBROWSE_INFO
[
SERVERBROWSE_SIZE
];
9
10
extern
const
unsigned
char
SERVERBROWSE_GETINFO_64_LEGACY
[
SERVERBROWSE_SIZE
];
11
extern
const
unsigned
char
SERVERBROWSE_INFO_64_LEGACY
[
SERVERBROWSE_SIZE
];
12
13
extern
const
unsigned
char
SERVERBROWSE_INFO_EXTENDED
[
SERVERBROWSE_SIZE
];
14
extern
const
unsigned
char
SERVERBROWSE_INFO_EXTENDED_MORE
[
SERVERBROWSE_SIZE
];
15
16
extern
const
unsigned
char
SERVERBROWSE_CHALLENGE
[
SERVERBROWSE_SIZE
];
17
18
enum
19
{
20
SERVERINFO_VANILLA
= 0,
21
SERVERINFO_64_LEGACY
,
22
SERVERINFO_EXTENDED
,
23
SERVERINFO_EXTENDED_MORE
,
24
SERVERINFO_INGAME
,
25
};
26
#endif
// ENGINE_SHARED_MASTERSERVER_H
SERVERBROWSE_INFO
const unsigned char SERVERBROWSE_INFO[8]
Definition
masterserver.cpp:4
SERVERBROWSE_GETINFO
const unsigned char SERVERBROWSE_GETINFO[8]
Definition
masterserver.cpp:3
SERVERBROWSE_INFO_EXTENDED
const unsigned char SERVERBROWSE_INFO_EXTENDED[8]
Definition
masterserver.cpp:9
SERVERBROWSE_CHALLENGE
const unsigned char SERVERBROWSE_CHALLENGE[8]
Definition
masterserver.cpp:12
SERVERBROWSE_INFO_EXTENDED_MORE
const unsigned char SERVERBROWSE_INFO_EXTENDED_MORE[8]
Definition
masterserver.cpp:10
SERVERBROWSE_GETINFO_64_LEGACY
const unsigned char SERVERBROWSE_GETINFO_64_LEGACY[8]
Definition
masterserver.cpp:6
SERVERBROWSE_INFO_64_LEGACY
const unsigned char SERVERBROWSE_INFO_64_LEGACY[8]
Definition
masterserver.cpp:7
SERVERBROWSE_SIZE
#define SERVERBROWSE_SIZE
Definition
masterserver.h:6
SERVERINFO_EXTENDED_MORE
@ SERVERINFO_EXTENDED_MORE
Definition
masterserver.h:23
SERVERINFO_VANILLA
@ SERVERINFO_VANILLA
Definition
masterserver.h:20
SERVERINFO_INGAME
@ SERVERINFO_INGAME
Definition
masterserver.h:24
SERVERINFO_EXTENDED
@ SERVERINFO_EXTENDED
Definition
masterserver.h:22
SERVERINFO_64_LEGACY
@ SERVERINFO_64_LEGACY
Definition
masterserver.h:21
src
engine
shared
masterserver.h
Generated by
1.18.0