(svn r10237) -Fix (r10236): It helps if you use svn add with new files...

This commit is contained in:
maedhros
2007-06-20 19:26:25 +00:00
parent 7fb6e8f11d
commit 29490c6bec
3 changed files with 424 additions and 0 deletions

11
src/timetable.h Normal file
View File

@@ -0,0 +1,11 @@
/* $Id$ */
/** @file timetable.h */
#ifndef TIMETABLE_H
#define TIMETABLE_H
void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
#endif /* TIMETABLE_H */