mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
a01bcf5241
* Insert newline at EOF * Fix formatting
14 lines
273 B
C++
14 lines
273 B
C++
#include "mxcontrolpresenter.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxControlPresenter, 0x5c)
|
|
|
|
// OFFSET: LEGO1 0x10043f50
|
|
MxControlPresenter::MxControlPresenter()
|
|
{
|
|
this->m_unk4c = 0;
|
|
this->m_unk4e = -1;
|
|
this->m_unk50 = 0;
|
|
this->m_unk52 = 0;
|
|
this->m_unk58 = 0;
|
|
this->m_unk54 = 0;
|
|
}
|