Client part of the network protocol. More...
#include "network_internal.h"Go to the source code of this file.
Data Structures | |
| class | ClientNetworkGameSocketHandler |
| Class for handling the client side of the game connection. More... | |
Typedefs | |
|
typedef ClientNetworkGameSocketHandler | MyClient |
Functions | |
| void | NetworkClient_Connected () |
Variables | |
| CompanyID | _network_join_as |
| Who would we like to join as. | |
| const char * | _network_join_server_password |
| Login password from -p argument. | |
| const char * | _network_join_company_password |
| Company password from -P argument. | |
Client part of the network protocol.
Definition in file network_client.h.
Who would we like to join as.
Definition at line 291 of file network_client.cpp.
1.6.1