(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button

This commit is contained in:
belugas
2008-08-08 03:37:00 +00:00
parent a2f590aeec
commit ef22740ccb
2 changed files with 11 additions and 11 deletions

View File

@@ -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();