File diff r15073:02cc9885c126 → r15074:dbc845b6aa54
src/vehicle_gui.h
Show inline comments
 
@@ -105,10 +105,11 @@ static inline WindowClass GetWindowClass
 
		case VEH_AIRCRAFT: return WC_AIRCRAFT_LIST;
 
	}
 
}
 

	
 
/* Unified window procedure */
 
void ShowVehicleViewWindow(const Vehicle *v);
 
void StartStopVehicle(const Vehicle *v);
 

	
 
Vehicle *CheckClickOnVehicle(const struct ViewPort *vp, int x, int y);
 

	
 
#endif /* VEHICLE_GUI_H */