Files @ r7930:09fd1821dce3
Branch filter:

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

skidd13
(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */