src/timetable.h
author peter1138
Tue, 22 Jan 2008 20:04:30 +0000
changeset 8877 add4fac0828d
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r11949) -Codechange: add river icon and cursor, drawn by skidd13.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */