LegoLoadCacheSoundPresenter ctor, dtor, init, destroy (#360)

* LegoLoadCacheSoundPresenter ctor, dtor, init, destroy

* Fixes

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-12-25 17:46:15 -05:00
committed by GitHub
parent 57b11866ed
commit c8ec60b62c
3 changed files with 30 additions and 5 deletions

View File

@@ -50,9 +50,11 @@ public:
MxU32 m_flags;
};
protected:
void Destroy(MxBool p_fromDestructor);
private:
void Init();
void Destroy(MxBool p_fromDestructor);
MxS8 GetPlayedChunks();
MxBool FUN_100b1ba0();
void WriteToSoundBuffer(void* p_audioPtr, MxU32 p_length);