Files @ r8044:fb0f34142941
Branch filter:

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

smatz
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */