summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-24 19:40:48 +0000
committerbjarni <bjarni@openttd.org>2005-10-24 19:40:48 +0000
commit0f5c8787f8c0914f88dce4f1c106a82453c71165 (patch)
treecf9fee9ef1a7b1f4ef668ebcedec8d771cdfc860 /vehicle_gui.h
parent5536de23191ee3896783b45ea4b3f8531ca99d7c (diff)
downloadopenttd-0f5c8787f8c0914f88dce4f1c106a82453c71165.tar.xz
(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell this means that multiheaded train engines are replaced correctly
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 5a37df8be..cf081130c 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -60,5 +60,8 @@ void DrawRoadVehPurchaseInfo(int x, int y, EngineID engine_number);
void DrawAircraftPurchaseInfo(int x, int y, EngineID engine_number);
void DrawShipPurchaseInfo(int x, int y, EngineID engine_number);
+void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v);
+
+
#endif /* VEHICLE_GUI_H */