2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

Windows Fixes

This commit is contained in:
Jack Andersen
2016-09-18 15:04:26 -10:00
parent b9baa84b1d
commit 22c3ce608d
7 changed files with 70 additions and 7 deletions

View File

@@ -34,10 +34,12 @@ u16 CSfxManager::TranslateSFXID(u16 id)
CSfxHandle CSfxManager::SfxStop(const CSfxHandle& handle)
{
return {};
}
CSfxHandle CSfxManager::SfxStart(u16 id, s16 vol, s16 pan, bool active, s16 prio, bool inArea, s32 areaId)
{
return {};
}
}