Implement LegoSoundManager (#521)

* push code

* begin work on subclass

* fixes

* Fixes

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-02-02 20:16:57 -05:00
committed by GitHub
parent 57d5949d84
commit 2158142b08
5 changed files with 86 additions and 10 deletions

View File

@@ -24,8 +24,11 @@ private:
void Init();
void Destroy(MxBool p_fromDestructor);
undefined4 m_unk0x3c; // 0x3c
LegoUnknown100d6b4c* m_unk0x40; // 0x40
LPDIRECTSOUND3DLISTENER m_listener; // 0x3c
LegoUnknown100d6b4c* m_unk0x40; // 0x40
};
// GLOBAL: LEGO1 0x100db6d0
// IID_IDirectSound3DListener
#endif // LEGOSOUNDMANAGER_H