gui.h
changeset 5291 0bd449fe7fe5
parent 5237 4fce3ea379c2
child 5418 793a133c6d2a
equal deleted inserted replaced
5290:106034cf32a1 5291:0bd449fe7fe5
    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];
    23 void ShowOperatingProfitGraph(void);
    24 void ShowOperatingProfitGraph(void);
    24 void ShowIncomeGraph(void);
    25 void ShowIncomeGraph(void);
    25 void ShowDeliveredCargoGraph(void);
    26 void ShowDeliveredCargoGraph(void);
    26 void ShowPerformanceHistoryGraph(void);
    27 void ShowPerformanceHistoryGraph(void);
    27 void ShowCompanyValueGraph(void);
    28 void ShowCompanyValueGraph(void);