Feature #6090: Change music set during gameplay

This commit is contained in:
Niels Martin Hansen
2018-03-20 17:06:39 +01:00
committed by frosch
parent 430e20f7e4
commit 19f5a6cbb0
5 changed files with 79 additions and 7 deletions

View File

@@ -14,9 +14,11 @@
/** Widgets of the #MusicTrackSelectionWindow class. */
enum MusicTrackSelectionWidgets {
WID_MTS_CAPTION, ///< Window caption.
WID_MTS_LIST_LEFT, ///< Left button.
WID_MTS_PLAYLIST, ///< Playlist.
WID_MTS_LIST_RIGHT, ///< Right button.
WID_MTS_MUSICSET, ///< Music set selection.
WID_MTS_ALL, ///< All button.
WID_MTS_OLD, ///< Old button.
WID_MTS_NEW, ///< New button.