OpenTTD Source 20251019-master-g9f7f314f81
ship_cmd.h File Reference

Command definitions related to ships. More...

#include "command_type.h"
#include "engine_type.h"
#include "vehicle_type.h"

Go to the source code of this file.

Functions

CommandCost CmdBuildShip (DoCommandFlags flags, TileIndex tile, const Engine *e, Vehicle **v)
 Build a ship.
 

Detailed Description

Command definitions related to ships.

Definition in file ship_cmd.h.

Function Documentation

◆ CmdBuildShip()