(svn r23757) -Codechange: Unify the drawing of toggle buttons for boolean settings.
This commit is contained in:
@@ -29,6 +29,7 @@ void ShowGameOptions();
|
||||
void ShowGameDifficulty();
|
||||
void ShowGameSettings();
|
||||
void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
|
||||
void DrawBoolButton(int x, int y, bool state, bool clickable);
|
||||
|
||||
/* train_gui.cpp */
|
||||
void ShowOrdersWindow(const Vehicle *v);
|
||||
|
Reference in New Issue
Block a user