Implement/match MxCompositeMediaPresenter::StartAction (#326)

* Implement/match MxCompositeMediaPresenter::StartAction

* Add missing override
This commit is contained in:
Christian Semmler
2023-12-15 10:22:07 -05:00
committed by GitHub
parent 53caf30ab0
commit 7615585f36
3 changed files with 64 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ public:
virtual void VTable0x60(MxPresenter* p_presenter); // vtable+0x60
virtual MxBool VTable0x64(undefined4 p_undefined); // vtable+0x64
private:
protected:
MxCompositePresenterList m_list; // 0x40
};