gui.h
changeset 4211 5ee54ab361c9
parent 4171 5c6e60c392c3
child 4299 91f5d2bedcff
equal deleted inserted replaced
4210:654309f99970 4211:5ee54ab361c9
    15 /* settings_gui.c */
    15 /* settings_gui.c */
    16 void ShowGameOptions(void);
    16 void ShowGameOptions(void);
    17 void ShowGameDifficulty(void);
    17 void ShowGameDifficulty(void);
    18 void ShowPatchesSelection(void);
    18 void ShowPatchesSelection(void);
    19 void ShowNewgrf(void);
    19 void ShowNewgrf(void);
    20 void DrawArrowButtons(int x, int y, int ctab, byte state, bool enabled);
    20 void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
    21 
    21 
    22 /* graph_gui.c */
    22 /* graph_gui.c */
    23 void ShowOperatingProfitGraph(void);
    23 void ShowOperatingProfitGraph(void);
    24 void ShowIncomeGraph(void);
    24 void ShowIncomeGraph(void);
    25 void ShowDeliveredCargoGraph(void);
    25 void ShowDeliveredCargoGraph(void);