src/timetable.h
author belugas
Wed, 23 Jan 2008 17:40:37 +0000
changeset 8393 a0ab817a8b73
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r11963) -Fix(r11961): Forgot to specify the meaning of the magical 6 substraction
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */