src/timetable.h
author rubidium
Thu, 10 Apr 2008 22:17:06 +0000
changeset 10124 a6b11d4d67b3
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r12655) -Change: show the current state in the drop down 'buttons'.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */