equal
deleted
inserted
replaced
106 void ShowPlayerCompany(PlayerID player); |
106 void ShowPlayerCompany(PlayerID player); |
107 |
107 |
108 void ShowEstimatedCostOrIncome(Money cost, int x, int y); |
108 void ShowEstimatedCostOrIncome(Money cost, int x, int y); |
109 void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y); |
109 void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y); |
110 |
110 |
111 void DrawStationCoverageAreaText(int sx, int sy, uint mask,int rad); |
111 enum StationCoverageType { |
|
112 SCT_PASSENGERS_ONLY, |
|
113 SCT_NON_PASSENGERS_ONLY, |
|
114 SCT_ALL |
|
115 }; |
|
116 |
|
117 void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad); |
112 void CheckRedrawStationCoverage(const Window *w); |
118 void CheckRedrawStationCoverage(const Window *w); |
113 |
119 |
114 void ShowSmallMap(); |
120 void ShowSmallMap(); |
115 void ShowExtraViewPortWindow(); |
121 void ShowExtraViewPortWindow(); |
116 void SetVScrollCount(Window *w, int num); |
122 void SetVScrollCount(Window *w, int num); |