OpenTTD Source
20241108-master-g80f628063a
|
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.