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

Method LoadSfx

projects/uMenu/source/ul/menu/ui/ui_ThemesMenuLayout.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void ThemesMenuLayout::LoadSfx() {
23 this->theme_change_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Themes/ThemeChange.wav"));
24 this->back_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Themes/Back.wav"));
25 }
26
27 void ThemesMenuLayout::DisposeSfx() {
28 pu::audio::DestroySfx(this->theme_change_sfx);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected