mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 22:19:11 +00:00
Update MusyX initial CScriptSound work
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -96,6 +96,7 @@ public:
|
||||
return CGameArea::CConstChainIterator(x4c_chainHeads[size_t(chain)]);
|
||||
}
|
||||
static CGameArea::CConstChainIterator GetAliveAreasEnd();
|
||||
void StopGlobalSound(ushort soundId);
|
||||
|
||||
private:
|
||||
enum Phase {
|
||||
|
||||
Reference in New Issue
Block a user