src/station_gui.h
changeset 9342 ca61cbfca47a
parent 8919 b627c71f9cc3
child 10621 3edd349d9c14
equal deleted inserted replaced
9341:00c8dbaaf0ee 9342:ca61cbfca47a
    56 	SCT_PASSENGERS_ONLY,
    56 	SCT_PASSENGERS_ONLY,
    57 	SCT_NON_PASSENGERS_ONLY,
    57 	SCT_NON_PASSENGERS_ONLY,
    58 	SCT_ALL
    58 	SCT_ALL
    59 };
    59 };
    60 
    60 
    61 int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
    61 int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad, bool supplies);
    62 void CheckRedrawStationCoverage(const Window *w);
    62 void CheckRedrawStationCoverage(const Window *w);
    63 
    63 
    64 extern bool _station_show_coverage;
    64 extern bool _station_show_coverage;
    65 
    65 
    66 #endif /* STATION_GUI_H */
    66 #endif /* STATION_GUI_H */