summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-08-26 21:21:59 +0000
committerrubidium <rubidium@openttd.org>2007-08-26 21:21:59 +0000
commit3c919e36a7408b681f9ff7b4a1e5fe6a4d75fe1e (patch)
tree285ea97aaef2e294fbb6fc9955cd0062ce164eb3 /src/vehicle.h
parenta5b32d8d7238ae769a9dc3bcc71aaaba213058b9 (diff)
downloadopenttd-3c919e36a7408b681f9ff7b4a1e5fe6a4d75fe1e.tar.xz
(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vehicle.h b/src/vehicle.h
index cb0c78809..f036a2e8d 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -572,6 +572,8 @@ void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g);
CommandCost MaybeReplaceVehicle(Vehicle *v, bool check, bool display_costs);
bool CanBuildVehicleInfrastructure(VehicleType type);
+void CcCloneVehicle(bool success, TileIndex tile, uint32 p1, uint32 p2);
+
/* Flags to add to p2 for goto depot commands */
/* Note: bits 8-10 are used for VLW flags */
enum {