|
OpenTTD Source 20251117-master-g7398d2e290
|
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"#include "../timer/timer_game_economy.h"Go to the source code of this file.
Data Structures | |
| struct | NetworkClientInfo |
| Container for all information known about a client. More... | |
Typedefs | |
| using | NetworkClientInfoPool = Pool< NetworkClientInfo, ClientPoolID, 8, PoolType::NetworkClient > |
| Type for the pool with client information. | |
Variables | |
| NetworkClientInfoPool | _networkclientinfo_pool |
Base core network types and some helper functions to access them.
Definition in file network_base.h.
Type for the pool with client information.
Definition at line 20 of file network_base.h.