summaryrefslogtreecommitdiff
path: root/src/timetable.h
blob: d5d5268e2008c512888e330082c9e36fd3eafbe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

/** @file timetable.h Functions related to time tabling. */

#ifndef TIMETABLE_H
#define TIMETABLE_H

void ShowTimetableWindow(const Vehicle *v);
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
void SetTimetableParams(int param1, int param2, uint32 time);

#endif /* TIMETABLE_H */