|
OpenTTD Source
12.2
|
#include "core/tcp_coordinator.h"#include "network_stun.h"#include "network_turn.h"#include <map>Go to the source code of this file.
Data Structures | |
| class | ClientNetworkCoordinatorSocketHandler |
| Game Coordinator communication. More... | |
Variables | |
| ClientNetworkCoordinatorSocketHandler | _network_coordinator_client |
| The connection to the Game Coordinator. | |
Part of the network protocol handling Game Coordinator requests.
Definition in file network_coordinator.h.