src/station_gui.h
changeset 9342 ca61cbfca47a
parent 8919 b627c71f9cc3
child 10621 3edd349d9c14
--- a/src/station_gui.h	Sun Apr 06 21:54:22 2008 +0000
+++ b/src/station_gui.h	Sun Apr 06 22:32:20 2008 +0000
@@ -58,7 +58,7 @@
 	SCT_ALL
 };
 
-int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
+int DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad, bool supplies);
 void CheckRedrawStationCoverage(const Window *w);
 
 extern bool _station_show_coverage;