mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match remaining MxSoundManager virtual functions (#250)
This commit is contained in:

committed by
GitHub

parent
89b3c5f8ae
commit
6594cc78ea
@@ -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;
|
||||
|
Reference in New Issue
Block a user