(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.

This commit is contained in:
frosch
2016-08-15 18:33:52 +00:00
parent cff2b49365
commit ddc9205212
4 changed files with 23 additions and 9 deletions

View File

@@ -100,5 +100,6 @@ void StartStopVehicle(const Vehicle *v, bool texteffect);
Vehicle *CheckClickOnVehicle(const struct ViewPort *vp, int x, int y);
void DrawVehicleImage(const Vehicle *v, int left, int right, int y, VehicleID selection, EngineImageType image_type, int skip);
void SetMouseCursorVehicle(const Vehicle *v, EngineImageType image_type);
#endif /* VEHICLE_GUI_H */