2023-06-29 04:10:08 -04:00
|
|
|
#include "mxloopingsmkpresenter.h"
|
|
|
|
|
2023-07-02 03:00:28 -04:00
|
|
|
#include "decomp.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(MxLoopingSmkPresenter, 0x724);
|
|
|
|
|
2023-06-29 04:10:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100b48b0
|
|
|
|
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
|
|
|
{
|
|
|
|
Init();
|
|
|
|
}
|
|
|
|
|
2023-10-04 13:30:37 -04:00
|
|
|
// OFFSET: LEGO1 0x100b4950
|
2023-06-29 04:10:08 -04:00
|
|
|
MxLoopingSmkPresenter::~MxLoopingSmkPresenter()
|
|
|
|
{
|
2023-10-04 13:30:37 -04:00
|
|
|
Destroy(TRUE);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-10-04 13:30:37 -04:00
|
|
|
// OFFSET: LEGO1 0x100b49b0
|
2023-06-29 04:10:08 -04:00
|
|
|
void MxLoopingSmkPresenter::Init()
|
|
|
|
{
|
2023-10-04 13:30:37 -04:00
|
|
|
this->m_unk720 = 0;
|
|
|
|
this->m_flags &= 0xfd;
|
|
|
|
this->m_flags &= 0xfb;
|
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b49d0 STUB
|
|
|
|
void MxLoopingSmkPresenter::Destroy(MxBool p_bool)
|
|
|
|
{
|
|
|
|
// TODO - theres a chain of destroy and free function calls here (FUN_100b4300 -> FUN_100b3900 -> FUN_100c5d40 -> function at 0x100b27b0)
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|