summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-03-08 23:05:05 +0000
committerbjarni <bjarni@openttd.org>2007-03-08 23:05:05 +0000
commitb6efe5482daa153d079cd58053f88a8b2b2cca12 (patch)
treeaef2327fd752f703b050612a49fa39465110f240 /src/vehicle.h
parent0ad237611e9d3809160364cad75e401aad5b8b10 (diff)
downloadopenttd-b6efe5482daa153d079cd58053f88a8b2b2cca12.tar.xz
(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)
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 cd3c73dff..ff12a139c 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -400,6 +400,8 @@ void VehicleEnterDepot(Vehicle *v);
void InvalidateAutoreplaceWindow(EngineID e);
+int32 MaybeReplaceVehicle(Vehicle *v, bool check, bool display_costs);
+
/* Flags to add to p2 for goto depot commands */
/* Note: bits 8-10 are used for VLW flags */
enum {