isle/LEGO1/mxwavepresenter.cpp
2023-07-01 19:44:59 +02:00

19 lines
287 B
C++

#include "mxwavepresenter.h"
#include "decomp.h"
DECOMP_STATIC_ASSERT(sizeof(MxWavePresenter) == 108);
// OFFSET: LEGO1 0x100b1ad0
void MxWavePresenter::Init()
{
m_unk54 = 0;
m_unk58 = 0;
m_unk5c = 0;
m_unk60 = 0;
m_unk64 = 0;
m_unk65 = 0;
m_unk66 = 0;
m_unk68 = 0;
}