(svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own

Note: it's the same as r8363, only this time the svn history of autoreplace should be preserved
This commit is contained in:
bjarni
2007-01-23 13:26:12 +00:00
parent 751409fe83
commit 10d6f066e4
6 changed files with 638 additions and 616 deletions

View File

@@ -51,6 +51,7 @@ void ShowVehicleListWindow(PlayerID player, byte vehicle_type);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, StationID station);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, TileIndex depot_tile);
void ShowReplaceVehicleWindow(byte vehicletype);
static inline void DrawVehicleImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection)
{