src/timetable.h
author rubidium
Tue, 20 May 2008 22:05:25 +0000
branch0.6
changeset 10659 2d983c15a049
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r13203) [0.6] -Prepare: for 0.6.1-RC2.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */