2023-06-29 04:10:08 -04:00
|
|
|
#include "legoloadcachesoundpresenter.h"
|
|
|
|
|
2023-12-25 17:46:15 -05:00
|
|
|
DECOMP_SIZE_ASSERT(LegoLoadCacheSoundPresenter, 0x90)
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x10018340
|
2023-06-29 04:10:08 -04:00
|
|
|
LegoLoadCacheSoundPresenter::LegoLoadCacheSoundPresenter()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
Init();
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-25 17:46:15 -05:00
|
|
|
// FUNCTION: LEGO1 0x10018480
|
2023-06-29 04:10:08 -04:00
|
|
|
LegoLoadCacheSoundPresenter::~LegoLoadCacheSoundPresenter()
|
|
|
|
{
|
2023-12-25 17:46:15 -05:00
|
|
|
Destroy(TRUE);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-25 17:46:15 -05:00
|
|
|
// FUNCTION: LEGO1 0x100184e0
|
2023-06-29 04:10:08 -04:00
|
|
|
void LegoLoadCacheSoundPresenter::Init()
|
|
|
|
{
|
2023-12-25 17:46:15 -05:00
|
|
|
this->m_unk0x70 = NULL;
|
|
|
|
this->m_unk0x78 = 0;
|
|
|
|
this->m_unk0x7c = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// FUNCTION: LEGO1 0x100184f0
|
|
|
|
void LegoLoadCacheSoundPresenter::Destroy(MxBool p_fromDestructor)
|
|
|
|
{
|
|
|
|
delete this->m_unk0x70;
|
|
|
|
MxWavePresenter::Destroy(p_fromDestructor);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|