mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Fix visigen/hecl dependencies; Cleanup ViewManager; Various implementations
This commit is contained in:
@@ -361,6 +361,11 @@ u16 CSfxManager::TranslateSFXID(u16 id)
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool CSfxManager::PlaySound(const CSfxManager::CSfxHandle &handle)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CSfxManager::StopSound(const CSfxHandle& handle)
|
||||
{
|
||||
if (!handle)
|
||||
|
||||
Reference in New Issue
Block a user