(svn r22405) -Document: some more "random-ish" tidbits

This commit is contained in:
rubidium
2011-05-01 19:14:12 +00:00
parent b27dd1dcd7
commit 1a515e6344
35 changed files with 173 additions and 58 deletions

View File

@@ -670,6 +670,10 @@ static const WindowDesc _timetable_desc(
_nested_timetable_widgets, lengthof(_nested_timetable_widgets)
);
/**
* Show the timetable for a given vehicle.
* @param v The vehicle to show the timetable for.
*/
void ShowTimetableWindow(const Vehicle *v)
{
DeleteWindowById(WC_VEHICLE_DETAILS, v->index, false);