src/gui.h
branchnoai
changeset 9641 855e32c08c9b
parent 9629 66dde6412125
child 9701 d1ac22c62f64
equal deleted inserted replaced
9640:494df85104a3 9641:855e32c08c9b
   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);