| 43 | void Singletons::setMouseProvider(Common::MouseProvider *abyss_engine) { gMouseProvider = abyss_engine; } |
| 44 | |
| 45 | void Singletons::setSoundEffectProvider(Common::SoundEffectProvider *abyss_engine) { gSoundEffectProvider = abyss_engine; } |
| 46 | |
| 47 | } // namespace Abyss |
nothing calls this directly
no outgoing calls
no test coverage detected