MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / setSoundEffectProvider

Method setSoundEffectProvider

src/Abyss/Singletons.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43void Singletons::setMouseProvider(Common::MouseProvider *abyss_engine) { gMouseProvider = abyss_engine; }
44
45void Singletons::setSoundEffectProvider(Common::SoundEffectProvider *abyss_engine) { gSoundEffectProvider = abyss_engine; }
46
47} // namespace Abyss

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected