MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ~AudioManager

Method ~AudioManager

src/Core/Audio/AudioManager.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 m_engine.init();
17 }
18 AudioManager::~AudioManager()
19 {
20 Debug::Log->debug("<AudioManager> Cleaning AudioManager");
21 m_engine.deinit();
22 }
23
24 Sound AudioManager::load(const System::Path& path, LoadPolicy loadPolicy)
25 {

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80
deinitMethod · 0.80

Tested by

no test coverage detected