src/timetable.h
author rubidium
Tue, 14 Aug 2007 10:46:38 +0000
changeset 7439 dfbe1adff313
parent 6981 9af49f50fe33
child 8929 ebb6e864b545
permissions -rw-r--r--
(svn r10886) -Codechange: modify the "start network server" GUI so it can actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so.
/* $Id$ */

/** @file timetable.h */

#ifndef TIMETABLE_H
#define TIMETABLE_H

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

#endif /* TIMETABLE_H */