src/timetable.h
author smatz
Wed, 12 Mar 2008 18:10:45 +0000
changeset 8690 4ede80da46ff
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r12363) -Fix: do not allow building 'zero' road bits
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */