push changes (#522)

This commit is contained in:
Misha
2024-02-03 07:38:57 -05:00
committed by GitHub
parent 2158142b08
commit 83e116defc
5 changed files with 33 additions and 15 deletions

View File

@@ -60,10 +60,9 @@ public:
// MxWavePresenter::`scalar deleting destructor'
protected:
void Init();
void Destroy(MxBool p_fromDestructor);
private:
void Init();
MxS8 GetPlayedChunks();
MxBool FUN_100b1ba0();
void WriteToSoundBuffer(void* p_audioPtr, MxU32 p_length);
@@ -74,7 +73,7 @@ private:
MxU32 m_lockSize; // 0x60
MxU8 m_writtenChunks; // 0x64
MxBool m_started; // 0x65
MxBool m_unk0x66; // 0x66
MxBool m_is3d; // 0x66
MxS8 m_silenceData; // 0x67
MxBool m_paused; // 0x68
};