Files @ r7883:349f8eeb6fdf
Branch filter:

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

miham
(svn r11434) -Fix: fixed a string in finnish (suggested by ln-)
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */