src/gui.h
changeset 7486 d130c10f4dab
parent 7166 3937d5ea59df
child 7737 7ab95e599292
equal deleted inserted replaced
7485:68e3df6c477e 7486:d130c10f4dab
   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