|
OpenTTD Source 20251117-master-g7398d2e290
|
Basic functions to receive and send TCP packets for game purposes. More...
#include "../../stdafx.h"#include "../network.h"#include "../network_internal.h"#include "../../debug.h"#include "../../error.h"#include "../../strings_func.h"#include "table/strings.h"#include "../../safeguards.h"Go to the source code of this file.
Variables | |
| static std::vector< std::unique_ptr< NetworkGameSocketHandler > > | _deferred_deletions |
Basic functions to receive and send TCP packets for game purposes.
Definition in file tcp_game.cpp.
|
static |
Definition at line 24 of file tcp_game.cpp.