gui.h
changeset 2549 5587f9a38563
parent 2520 8a52362c4ada
child 2561 233dafd7cf6c
equal deleted inserted replaced
2548:49c8a096033f 2549:5587f9a38563
    40 
    40 
    41 /* train_gui.c */
    41 /* train_gui.c */
    42 void ShowPlayerTrains(PlayerID player, StationID station);
    42 void ShowPlayerTrains(PlayerID player, StationID station);
    43 void ShowTrainViewWindow(Vehicle *v);
    43 void ShowTrainViewWindow(Vehicle *v);
    44 void ShowTrainDetailsWindow(Vehicle *v);
    44 void ShowTrainDetailsWindow(Vehicle *v);
    45 void ShowOrdersWindow(Vehicle *v);
    45 void ShowOrdersWindow(const Vehicle* v);
    46 
    46 
    47 void ShowRoadVehViewWindow(Vehicle *v);
    47 void ShowRoadVehViewWindow(Vehicle *v);
    48 
    48 
    49 /* road_gui.c */
    49 /* road_gui.c */
    50 void ShowBuildRoadToolbar(void);
    50 void ShowBuildRoadToolbar(void);
    93 
    93 
    94 void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
    94 void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
    95 void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);
    95 void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);
    96 
    96 
    97 void DrawStationCoverageAreaText(int sx, int sy, uint mask,int rad);
    97 void DrawStationCoverageAreaText(int sx, int sy, uint mask,int rad);
    98 void CheckRedrawStationCoverage(Window *w);
    98 void CheckRedrawStationCoverage(const Window* w);
    99 
    99 
   100 void ShowSmallMap(void);
   100 void ShowSmallMap(void);
   101 void ShowExtraViewPortWindow(void);
   101 void ShowExtraViewPortWindow(void);
   102 void SetVScrollCount(Window *w, int num);
   102 void SetVScrollCount(Window *w, int num);
   103 void SetVScroll2Count(Window *w, int num);
   103 void SetVScroll2Count(Window *w, int num);