isle/LEGO1/mxcontrolpresenter.cpp

14 lines
272 B
C++
Raw Normal View History

#include "mxcontrolpresenter.h"
DECOMP_SIZE_ASSERT(MxControlPresenter, 0x5c)
// OFFSET: LEGO1 0x10043f50
MxControlPresenter::MxControlPresenter()
{
2023-10-24 19:38:27 -04:00
this->m_unk4c = 0;
this->m_unk4e = -1;
this->m_unk50 = 0;
this->m_unk52 = 0;
this->m_unk58 = 0;
this->m_unk54 = 0;
}