(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles
This commit is contained in:
@@ -108,6 +108,7 @@ static inline WindowClass GetWindowClassForVehicleType(VehicleType vt)
|
||||
|
||||
/* Unified window procedure */
|
||||
void ShowVehicleViewWindow(const Vehicle *v);
|
||||
void StartStopVehicle(const Vehicle *v);
|
||||
|
||||
Vehicle *CheckClickOnVehicle(const struct ViewPort *vp, int x, int y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user