OpenTTD Source 20260206-master-g4d4e37dbf1
newgrf_act0_ships.cpp File Reference

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

#include "../stdafx.h"
#include "../debug.h"
#include "../newgrf_cargo.h"
#include "../newgrf_engine.h"
#include "../newgrf_sound.h"
#include "../vehicle_base.h"
#include "newgrf_bytereader.h"
#include "newgrf_internal_vehicle.h"
#include "newgrf_internal.h"
#include "newgrf_stringmapping.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

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

Detailed Description

NewGRF Action 0x00 handler for ships.

Definition in file newgrf_act0_ships.cpp.

Function Documentation

◆ ShipVehicleChangeInfo()