OpenTTD Source  20240919-master-gdf0233f4c2
tcp_content.h File Reference
#include "os_abstraction.h"
#include "tcp.h"
#include "packet.h"
#include "../../debug.h"
#include "tcp_content_type.h"

Go to the source code of this file.

Data Structures

class  NetworkContentSocketHandler
 Base socket handler for all Content TCP sockets. More...
 

Functions

Subdirectory GetContentInfoSubDir (ContentType type)
 Helper to get the subdirectory a ContentInfo is located in. More...
 

Detailed Description

Basic functions to receive and send TCP packets to/from the content server.

Definition in file tcp_content.h.

Function Documentation

◆ GetContentInfoSubDir()