MxSoundPresenter (#227)

* MxSoundPresenter

Destructor, destroy, function adding itself to the sound manager and vtable38.

* Fix virtual function declarations

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-10-21 18:41:05 -04:00
committed by GitHub
parent 85d94baa50
commit af0e38176c
3 changed files with 53 additions and 2 deletions

View File

@@ -43,9 +43,8 @@ public:
undefined4 m_unk44;
undefined4 m_unk48;
undefined4 m_unk4c;
private:
void Init();
protected:
void Init();
void Destroy(MxBool p_fromDestructor);
};