src/station_gui.h
changeset 8107 bb7deea89175
parent 8016 1c7062ad5f50
child 8268 5027ad5e70a0
equal deleted inserted replaced
8106:e6790dd9e750 8107:bb7deea89175
    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 */