src/gui.h
changeset 6417 26acff62d001
parent 6111 32f6149dc192
child 6505 abcb0580d976
equal deleted inserted replaced
6416:be4399248c60 6417:26acff62d001
    18 void ShowGameDifficulty(void);
    18 void ShowGameDifficulty(void);
    19 void ShowPatchesSelection(void);
    19 void ShowPatchesSelection(void);
    20 void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
    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 extern const byte _cargo_colours[NUM_CARGO];
       
    24 void ShowOperatingProfitGraph(void);
    23 void ShowOperatingProfitGraph(void);
    25 void ShowIncomeGraph(void);
    24 void ShowIncomeGraph(void);
    26 void ShowDeliveredCargoGraph(void);
    25 void ShowDeliveredCargoGraph(void);
    27 void ShowPerformanceHistoryGraph(void);
    26 void ShowPerformanceHistoryGraph(void);
    28 void ShowCompanyValueGraph(void);
    27 void ShowCompanyValueGraph(void);