src/gui.h
changeset 6091 c8827d9ae04a
parent 5860 3b26be021371
child 6179 d19b0137d8e4
equal deleted inserted replaced
6090:dd413a1ccb6b 6091:c8827d9ae04a
    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);