Files @ r7764:ffc843cdbcf7
Branch filter:

Location: cpp/openttd-patchpack/source/src/timetable.h

rubidium
(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */