| 666 | ); |
| 667 | |
| 668 | static void ShowMusicTrackSelection() |
| 669 | { |
| 670 | AllocateWindowDescFront<MusicTrackSelectionWindow>(_music_track_selection_desc, 0); |
| 671 | } |
| 672 | |
| 673 | struct MusicWindow : public Window { |
| 674 | MusicWindow(WindowDesc &desc, WindowNumber number) : Window(desc) |