MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowMusicTrackSelection

Function ShowMusicTrackSelection

src/music_gui.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected