src/timetable.h
author belugas
Wed, 16 Jan 2008 02:53:55 +0000
changeset 8308 bc75a4a27ec9
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */