OpenTTD Source 20260109-master-g241b5fcdfe
newgrf_act0_bridges.cpp File Reference

NewGRF Action 0x00 handler for bridges. More...

#include "../stdafx.h"
#include "../debug.h"
#include "../bridge.h"
#include "newgrf_bytereader.h"
#include "newgrf_internal.h"
#include "newgrf_stringmapping.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

static ChangeInfoResult BridgeChangeInfo (uint first, uint last, int prop, ByteReader &buf)
 Define properties for bridges.
 

Detailed Description

NewGRF Action 0x00 handler for bridges.

Definition in file newgrf_act0_bridges.cpp.

Function Documentation

◆ BridgeChangeInfo()