(svn r11832) -Codechange: get rid of (quite) some VARDEFs.

This commit is contained in:
rubidium
2008-01-13 13:36:01 +00:00
parent b0c34f4d62
commit 5c4150d304
22 changed files with 111 additions and 62 deletions

View File

@@ -61,4 +61,6 @@ enum StationCoverageType {
void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
void CheckRedrawStationCoverage(const Window *w);
extern bool _station_show_coverage;
#endif /* STATION_GUI_H */