equal
deleted
inserted
replaced
44 void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection); |
44 void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection); |
45 |
45 |
46 void ShowBuildTrainWindow(TileIndex tile); |
46 void ShowBuildTrainWindow(TileIndex tile); |
47 void ShowBuildRoadVehWindow(TileIndex tile); |
47 void ShowBuildRoadVehWindow(TileIndex tile); |
48 void ShowBuildShipWindow(TileIndex tile); |
48 void ShowBuildShipWindow(TileIndex tile); |
49 void ShowBuildAircraftWindow(TileIndex tile); |
49 void ShowBuildVehicleWindow(TileIndex tile, byte type); |
50 |
50 |
51 void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v); |
51 void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v); |
52 |
52 |
53 int ShowAdditionalText(int x, int y, int w, EngineID engine); |
53 int ShowAdditionalText(int x, int y, int w, EngineID engine); |
54 |
54 |