Files @ r8346:fc2790a75614
Branch filter:

Location: cpp/openttd-patchpack/source/src/timetable.h

peter1138
(svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);

#endif /* TIMETABLE_H */