src/station_gui.h
branchnoai
changeset 9869 6404afe43575
parent 9724 b39bc69bb2f2
child 10645 8cbdb511a674
--- a/src/station_gui.h	Sun Apr 06 14:12:19 2008 +0000
+++ b/src/station_gui.h	Sun Apr 06 23:07:42 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;