(svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr).

This commit is contained in:
alberth
2010-05-23 15:02:26 +00:00
parent 135d3683dc
commit 268bc7d571
3 changed files with 89 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ static inline bool ValidVLWFlags(uint16 flags)
int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number);
void DrawTrainImage(const Train *v, int left, int right, int y, VehicleID selection, int skip);
void DrawTrainImage(const Train *v, int left, int right, int y, VehicleID selection, int skip, VehicleID drag_dest = INVALID_VEHICLE);
void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
void DrawShipImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
void DrawAircraftImage(const Vehicle *v, int left, int right, int y, VehicleID selection);