mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +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,6 +1,8 @@
|
||||
#ifndef MXCONTROLPRESENTER_H
|
||||
#define MXCONTROLPRESENTER_H
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
#include "mxcompositepresenter.h"
|
||||
|
||||
// VTABLE 0x100d7b88
|
||||
@@ -22,7 +24,13 @@ public:
|
||||
{
|
||||
return !strcmp(name, MxControlPresenter::ClassName()) || MxCompositePresenter::IsA(name);
|
||||
}
|
||||
|
||||
private:
|
||||
undefined2 m_unk4c;
|
||||
MxS16 m_unk4e;
|
||||
undefined m_unk50;
|
||||
undefined2 m_unk52;
|
||||
undefined2 m_unk54;
|
||||
undefined4 m_unk58;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user