mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Prepare MxMidiPresenter vtable and refactoring (#278)
This commit is contained in:

committed by
GitHub

parent
e86d6f0cc7
commit
c626f18b03
@@ -11,6 +11,12 @@ MxSoundPresenter::~MxSoundPresenter()
|
||||
Destroy(TRUE);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000d490
|
||||
void MxSoundPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b1a50
|
||||
void MxSoundPresenter::Destroy(MxBool p_fromDestructor)
|
||||
{
|
||||
@@ -37,9 +43,3 @@ MxResult MxSoundPresenter::AddToManager()
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000d490
|
||||
void MxSoundPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user