Files @ r8408:9bba0f36017f
Branch filter:

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

skidd13
(svn r11978) -Codechange: Replace some global variables with window owned ones
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */