Update to 1.10.0-beta1
This commit is contained in:
@@ -24,7 +24,7 @@ void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clic
|
||||
void DrawDropDownButton(int x, int y, Colours button_colour, bool state, bool clickable);
|
||||
void DrawBoolButton(int x, int y, bool state, bool clickable);
|
||||
|
||||
DropDownList *BuildMusicSetDropDownList(int *selected_index);
|
||||
DropDownList BuildMusicSetDropDownList(int *selected_index);
|
||||
|
||||
/* Actually implemented in music_gui.cpp */
|
||||
void ChangeMusicSet(int index);
|
||||
|
||||
Reference in New Issue
Block a user