(svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp
This commit is contained in:
@@ -39,8 +39,6 @@ enum StationCoverageType {
|
||||
SCT_ALL, ///< Draw all cargos.
|
||||
};
|
||||
|
||||
/* misc_gui.cpp */
|
||||
int DrawCargoListText(uint32 cargo_mask, const Rect &r, StringID prefix);
|
||||
int DrawStationCoverageAreaText(int left, int right, int top, StationCoverageType sct, int rad, bool supplies);
|
||||
void CheckRedrawStationCoverage(const Window *w);
|
||||
|
||||
|
Reference in New Issue
Block a user