Files @ r8053:25084e2906e0
Branch filter:

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

skidd13
(svn r11614) -Fix: The about dialog scrolling was connected to the mouse instead of the internal ticks
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */