src/timetable.h
author rubidium
Wed, 29 Aug 2007 21:27:16 +0000
changeset 7488 6f51ddf4c225
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */