equal
deleted
inserted
replaced
103 void ShowSubsidiesList(); |
103 void ShowSubsidiesList(); |
104 void ShowPlayerStations(PlayerID player); |
104 void ShowPlayerStations(PlayerID player); |
105 void ShowPlayerFinances(PlayerID player); |
105 void ShowPlayerFinances(PlayerID player); |
106 void ShowPlayerCompany(PlayerID player); |
106 void ShowPlayerCompany(PlayerID player); |
107 |
107 |
108 void ShowEstimatedCostOrIncome(int32 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 void DrawStationCoverageAreaText(int sx, int sy, uint mask,int rad); |
112 void CheckRedrawStationCoverage(const Window *w); |
112 void CheckRedrawStationCoverage(const Window *w); |
113 |
113 |