Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00012 #ifndef DEPARTURES_GUI_H
00013 #define DEPARTURES_GUI_H
00014
00015 #include "departures_type.h"
00016 #include "station_base.h"
00017
00019 enum DeparturesWindowWidgets {
00020 DW_WIDGET_CAPTION,
00021 DW_WIDGET_LIST,
00022 DW_WIDGET_SCROLLBAR,
00023 DW_SHOW_DEPS,
00024 DW_SHOW_ARRS,
00025 DW_SHOW_VIA,
00026 DW_SHOW_TRAINS,
00027 DW_SHOW_ROADVEHS,
00028 DW_SHOW_SHIPS,
00029 DW_SHOW_PLANES,
00030 };
00031
00032 void ShowStationDepartures(StationID station);
00033 void ShowWaypointDepartures(StationID waypoint);
00034
00035 #endif