mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 08:11:16 +00:00
MxMusicPresenter dtor, stub destroy
This commit is contained in:
parent
1da1d291a8
commit
192d9e5d8a
@ -6,7 +6,19 @@ MxMusicPresenter::MxMusicPresenter()
|
||||
Init();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c24e0
|
||||
MxMusicPresenter::~MxMusicPresenter()
|
||||
{
|
||||
Destroy(TRUE);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c2540
|
||||
void MxMusicPresenter::Init()
|
||||
{
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c2550 STUB
|
||||
void MxMusicPresenter::Destroy(MxBool)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
@ -21,9 +21,11 @@ class MxMusicPresenter : public MxAudioPresenter
|
||||
}
|
||||
|
||||
MxMusicPresenter();
|
||||
~MxMusicPresenter();
|
||||
|
||||
private:
|
||||
void Init();
|
||||
void Destroy(MxBool);
|
||||
};
|
||||
|
||||
#endif // MXMUSICPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user