forked from mirror/OpenTTD
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
This commit is contained in:
@@ -23,7 +23,7 @@ void InitializeGUI();
|
||||
void ShowGameOptions();
|
||||
void ShowGameDifficulty();
|
||||
void ShowPatchesSelection();
|
||||
void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
|
||||
void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
|
||||
|
||||
/* graph_gui.cpp */
|
||||
void ShowOperatingProfitGraph();
|
||||
|
Reference in New Issue
Block a user