(svn r10237) -Fix (r10236): It helps if you use svn add with new files...
This commit is contained in:
11
src/timetable.h
Normal file
11
src/timetable.h
Normal 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 */
|
||||
Reference in New Issue
Block a user