Implement/match remaining MxSoundManager virtual functions (#250)

This commit is contained in:
Christian Semmler
2023-10-26 07:20:14 -04:00
committed by GitHub
parent 89b3c5f8ae
commit 6594cc78ea
3 changed files with 56 additions and 6 deletions

View File

@@ -26,6 +26,11 @@ public:
return !strcmp(name, MxWavePresenter::ClassName()) || MxSoundPresenter::IsA(name);
}
virtual void VTable0x64(); // vtable+0x64
virtual void VTable0x68(); // vtable+0x68
virtual undefined VTable0x6c(); // vtable+0x6c
private:
undefined4 m_unk54;
undefined4 m_unk58;
undefined4 m_unk5c;