OpenTTD Source 20250205-master-gfd85ab1e2c
|
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 "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 23 of file tcp_game.cpp.