|
OpenTTD Source
1.10.0-RC1
|
Base core network types and some helper functions to access them. More...
#include "network_type.h"#include "core/address.h"#include "../core/pool_type.hpp"#include "../company_type.h"Go to the source code of this file.
Data Structures | |
| struct | NetworkClientInfo |
| Container for all information known about a client. More... | |
Typedefs | |
| typedef Pool< NetworkClientInfo, ClientIndex, 8, MAX_CLIENT_SLOTS, PT_NCLIENT > | NetworkClientInfoPool |
| Type for the pool with client information. More... | |
Variables | |
| NetworkClientInfoPool | _networkclientinfo_pool |
| The pool with client information. More... | |
Base core network types and some helper functions to access them.
Definition in file network_base.h.
| typedef Pool<NetworkClientInfo, ClientIndex, 8, MAX_CLIENT_SLOTS, PT_NCLIENT> NetworkClientInfoPool |
Type for the pool with client information.
Definition at line 19 of file network_base.h.
| NetworkClientInfoPool _networkclientinfo_pool |
The pool with client information.