2023-06-29 04:10:08 -04:00
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
|
2023-07-02 03:00:28 -04:00
|
|
|
DECOMP_SIZE_ASSERT(MxMediaPresenter, 0x50);
|
|
|
|
|
2023-06-29 04:10:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100b5d10 STUB
|
2023-09-21 14:51:24 -04:00
|
|
|
MxResult MxMediaPresenter::Tickle()
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2023-09-11 13:43:55 -04:00
|
|
|
// OFFSET: LEGO1 0x100b54e0
|
2023-06-29 04:10:08 -04:00
|
|
|
void MxMediaPresenter::Init()
|
|
|
|
{
|
2023-09-11 13:43:55 -04:00
|
|
|
this->m_unk40 = NULL;
|
|
|
|
this->m_unk44 = NULL;
|
|
|
|
this->m_unk48 = NULL;
|
|
|
|
this->m_unk4c = NULL;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
2023-10-05 06:31:20 -04:00
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b5f10 STUB
|
|
|
|
void MxMediaPresenter::VTable0x58()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|