Files @ r8432:f08b2af9e176
Branch filter:

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

peter1138
(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */