(svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details window.

This commit is contained in:
michi_cc
2009-02-14 18:42:03 +00:00
parent b123756c9f
commit 84deeecc5b
56 changed files with 292 additions and 270 deletions

View File

@@ -62,6 +62,7 @@ void ShowBuildVehicleWindow(TileIndex tile, VehicleType type);
uint ShowAdditionalText(int x, int y, uint w, EngineID engine);
uint ShowRefitOptionsList(int x, int y, uint w, EngineID engine);
StringID GetCargoSubtypeText(const Vehicle *v);
void ShowVehicleListWindow(const Vehicle *v);
void ShowVehicleListWindow(const Waypoint *wp);