OpenTTD Source 20260208-master-g43af8e94d0
newgrf_acte.cpp File Reference

NewGRF Action 0x0E handler. More...

#include "../stdafx.h"
#include "../debug.h"
#include "newgrf_bytereader.h"
#include "newgrf_internal.h"
#include "table/strings.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

static void SafeGRFInhibit (ByteReader &buf)
static void GRFInhibit (ByteReader &buf)

Detailed Description

NewGRF Action 0x0E handler.

Definition in file newgrf_acte.cpp.

Function Documentation

◆ GRFInhibit()

void GRFInhibit ( ByteReader & buf)
static

Definition at line 41 of file newgrf_acte.cpp.

◆ SafeGRFInhibit()

void SafeGRFInhibit ( ByteReader & buf)
static

Definition at line 20 of file newgrf_acte.cpp.