mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
MxControlPresenter ctor/structure (#151)
* MxControlPresenter ctor/structure * Use undefined types where possible, remove implicit pads --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
#include "mxcontrolpresenter.h"
|
||||
|
||||
// OFFSET: LEGO1 0x10043f50 STUB
|
||||
DECOMP_SIZE_ASSERT(MxControlPresenter, 0x5c)
|
||||
|
||||
// OFFSET: LEGO1 0x10043f50
|
||||
MxControlPresenter::MxControlPresenter()
|
||||
{
|
||||
// TODO
|
||||
this->m_unk4c = 0;
|
||||
this->m_unk4e = -1;
|
||||
this->m_unk50 = 0;
|
||||
this->m_unk52 = 0;
|
||||
this->m_unk58 = 0;
|
||||
this->m_unk54 = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user