src/station_gui.h
branchnoai
changeset 9869 6404afe43575
parent 9724 b39bc69bb2f2
child 10645 8cbdb511a674
equal deleted inserted replaced
9868:3998f2e73dda 9869:6404afe43575
    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 */