2023-06-29 04:10:08 -04:00
|
|
|
#include "mxloopingflcpresenter.h"
|
|
|
|
|
2023-07-02 03:00:28 -04:00
|
|
|
#include "decomp.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(MxLoopingFlcPresenter, 0x6c);
|
|
|
|
|
2023-10-03 17:38:03 -04:00
|
|
|
// OFFSET: LEGO1 0x100b4310
|
2023-06-29 04:10:08 -04:00
|
|
|
MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
|
|
|
{
|
2023-10-03 17:38:03 -04:00
|
|
|
Init();
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-10-06 12:54:58 -04:00
|
|
|
// OFFSET: LEGO1 0x100b43b0
|
2023-06-29 04:10:08 -04:00
|
|
|
MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
|
|
|
|
{
|
2023-10-03 17:38:03 -04:00
|
|
|
Destroy(TRUE);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-10-03 17:38:03 -04:00
|
|
|
// OFFSET: LEGO1 0x100b4410
|
2023-06-29 04:10:08 -04:00
|
|
|
void MxLoopingFlcPresenter::Init()
|
|
|
|
{
|
2023-10-03 17:38:03 -04:00
|
|
|
this->m_unk68 = 0;
|
|
|
|
this->m_flags &= 0xfd;
|
|
|
|
this->m_flags &= 0xfb;
|
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b4432 STUB
|
2023-10-13 12:43:45 -04:00
|
|
|
void MxLoopingFlcPresenter::Destroy(MxBool p_fromDestructor)
|
2023-10-03 17:38:03 -04:00
|
|
|
{
|
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|