Implement MxMusicPresenter's Destroy method and move MxMediaPresenter's Destroy method to "protected" (#199)

* MxMusicPresenter destroy

* Implement MxMusicPresenter's Destroy method and move MxMediaPresenter's Destroy method to "protected"

* MxMediaPresenter Destroy to "protected", for real

* MxMusicPresenter Destroy
This commit is contained in:
DmitriLeon2000
2023-10-11 19:18:26 +09:00
committed by GitHub
parent 11dafaf816
commit 02d003673d
3 changed files with 14 additions and 5 deletions

View File

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