equal
deleted
inserted
replaced
50 |
50 |
51 /* sorter stuff */ |
51 /* sorter stuff */ |
52 void RebuildStationLists(); |
52 void RebuildStationLists(); |
53 void ResortStationLists(); |
53 void ResortStationLists(); |
54 |
54 |
|
55 enum StationCoverageType { |
|
56 SCT_PASSENGERS_ONLY, |
|
57 SCT_NON_PASSENGERS_ONLY, |
|
58 SCT_ALL |
|
59 }; |
|
60 |
|
61 void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad); |
|
62 void CheckRedrawStationCoverage(const Window *w); |
|
63 |
55 #endif /* STATION_GUI_H */ |
64 #endif /* STATION_GUI_H */ |