equal
deleted
inserted
replaced
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); |