Files @ r8114:866ed489ed98
Branch filter:

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

rubidium
(svn r11675) -Codechange: split the string types from the string functions.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */