(svn r16386) -Codechange: Move ShowAdditionalText() to build_vehicle_gui and make it static.

This commit is contained in:
frosch
2009-05-22 19:47:26 +00:00
parent 74ea34ca66
commit 09d64ff79d
3 changed files with 22 additions and 15 deletions

View File

@@ -60,7 +60,6 @@ void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection);
void ShowBuildVehicleWindow(TileIndex tile, VehicleType type);
uint ShowAdditionalText(int left, int right, int y, EngineID engine);
uint ShowRefitOptionsList(int left, int right, int y, EngineID engine);
StringID GetCargoSubtypeText(const Vehicle *v);