OpenTTD Source  20241108-master-g80f628063a
tcp_content.cpp File Reference

Basic functions to receive and send Content packets. More...

#include "../../stdafx.h"
#include "../../textfile_gui.h"
#include "../../newgrf_config.h"
#include "../../base_media_base.h"
#include "../../ai/ai.hpp"
#include "../../game/game.hpp"
#include "../../fios.h"
#include "tcp_content.h"
#include "../../safeguards.h"

Go to the source code of this file.

Functions

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

Detailed Description

Basic functions to receive and send Content packets.

Definition in file tcp_content.cpp.

Function Documentation

◆ GetContentInfoSubDir()