summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_cmd.h')
-rw-r--r--src/vehicle_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_cmd.h b/src/vehicle_cmd.h
index b2ad08228..38852347c 100644
--- a/src/vehicle_cmd.h
+++ b/src/vehicle_cmd.h
@@ -40,7 +40,7 @@ DEF_CMD_TRAIT(CMD_DEPOT_SELL_ALL_VEHICLES, CmdDepotSellAllVehicles, 0,
DEF_CMD_TRAIT(CMD_DEPOT_MASS_AUTOREPLACE, CmdDepotMassAutoReplace, 0, CMDT_VEHICLE_CONSTRUCTION)
CommandCallback CcBuildPrimaryVehicle;
-CommandCallback CcStartStopVehicle;
+void CcStartStopVehicle(Commands cmd, const CommandCost &result, VehicleID veh_id, bool);
template <typename Tcont, typename Titer>
inline EndianBufferWriter<Tcont, Titer> &operator <<(EndianBufferWriter<Tcont, Titer> &buffer, const VehicleListIdentifier &vli)