OpenTTD Source  20240919-master-gdf0233f4c2
tcp_game.cpp File Reference
#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
 

Detailed Description

Basic functions to receive and send TCP packets for game purposes.

Definition in file tcp_game.cpp.