view src/timetable.h @ 7493:2068a51c2e6c draft

(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.
author rubidium <rubidium@openttd.org>
date Thu, 30 Aug 2007 13:09:44 +0000
parents ba2c96d43e77
children 2b6a37a13245
line wrap: on
line source

/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */