MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / LoadSfx

Method LoadSfx

projects/uMenu/source/ul/menu/ui/ui_StartupMenuLayout.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void StartupMenuLayout::LoadSfx() {
52 this->user_create_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Startup/UserCreate.wav"));
53 this->user_select_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Startup/UserSelect.wav"));
54 }
55
56 void StartupMenuLayout::DisposeSfx() {
57 pu::audio::DestroySfx(this->user_create_sfx);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected