src/timetable.h
author rubidium
Fri, 11 Apr 2008 08:14:43 +0000
changeset 8890 8a0fa7ff70a0
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */