forked from mirror/OpenTTD
(svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
#ifndef TIMETABLE_H
|
||||
#define TIMETABLE_H
|
||||
|
||||
#include "date_type.h"
|
||||
|
||||
void ShowTimetableWindow(const Vehicle *v);
|
||||
void UpdateVehicleTimetable(Vehicle *v, bool travelling);
|
||||
void SetTimetableParams(int param1, int param2, uint32 time);
|
||||
void SetTimetableParams(int param1, int param2, Ticks ticks);
|
||||
|
||||
#endif /* TIMETABLE_H */
|
||||
|
Reference in New Issue
Block a user