Update MusyX initial CScriptSound work

This commit is contained in:
2024-10-15 16:45:15 -07:00
parent cddd01c7a8
commit d63c21cbef
6 changed files with 14 additions and 10 deletions

View File

@@ -239,6 +239,8 @@ public:
static rstl::auto_ptr< CToken > mTranslationTableTok;
static rstl::reserved_vector< CSfxEmitterWrapper, 64 > mEmitterWrapperPool;
static rstl::reserved_vector< CSfxWrapper, 64 > mWrapperPool;
static bool IsValidHandle(CSfxHandle handle);
};
#endif // _CSFXMANAGER

View File

@@ -96,6 +96,7 @@ public:
return CGameArea::CConstChainIterator(x4c_chainHeads[size_t(chain)]);
}
static CGameArea::CConstChainIterator GetAliveAreasEnd();
void StopGlobalSound(ushort soundId);
private:
enum Phase {