src/timetable.h
author glx
Sat, 26 Apr 2008 21:34:30 +0000
branch0.6
changeset 10367 94c008da45c4
parent 7477 1f22e188617e
child 10168 24907819f29b
permissions -rw-r--r--
(svn r12909) [0.6] -Fix (r12866): missing #defines
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */