OpenClonk
C4Client.h File Reference
Include dependency graph for C4Client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4ClientCore
 
class  C4Client
 
class  C4ClientList
 

Variables

const int32_t C4ClientIDUnknown = -1
 
const int32_t C4ClientIDHost = 0
 
const int32_t C4ClientIDStart = 1
 
const int32_t C4ClientCoreDL_None = 0
 
const int32_t C4ClientCoreDL_IDMatch = 1
 
const int32_t C4ClientCoreDL_IDChange = 2
 
const int32_t C4ClientCoreDL_Different = 3
 

Variable Documentation

◆ C4ClientCoreDL_Different

const int32_t C4ClientCoreDL_Different = 3

Definition at line 32 of file C4Client.h.

Referenced by C4ClientCore::getDiffLevel().

◆ C4ClientCoreDL_IDChange

const int32_t C4ClientCoreDL_IDChange = 2

Definition at line 31 of file C4Client.h.

Referenced by C4ClientCore::getDiffLevel().

◆ C4ClientCoreDL_IDMatch

const int32_t C4ClientCoreDL_IDMatch = 1

◆ C4ClientCoreDL_None

const int32_t C4ClientCoreDL_None = 0

Definition at line 29 of file C4Client.h.

Referenced by C4ClientCore::getDiffLevel().

◆ C4ClientIDHost

◆ C4ClientIDStart

const int32_t C4ClientIDStart = 1

Definition at line 26 of file C4Client.h.

Referenced by C4Network2::InitHost().

◆ C4ClientIDUnknown