src/timetable.h
author glx
Thu, 27 Sep 2007 21:47:38 +0000
changeset 8142 aaac2a5f116b
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r11177) -Codechange: add support for newgrf callbacks 14B and 14C
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */