mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
MxCompositePresenter: add members to match size
This commit is contained in:
parent
07bf8e19d7
commit
26c7449f43
@ -1,5 +1,9 @@
|
||||
#include "mxcompositepresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxCompositePresenter) == 76);
|
||||
|
||||
// OFFSET: LEGO1 0x100b60b0 STUB
|
||||
MxCompositePresenter::MxCompositePresenter()
|
||||
{
|
||||
|
||||
@ -13,7 +13,7 @@ class MxCompositePresenter : public MxPresenter
|
||||
|
||||
// OFFSET: LEGO1 0x100b6210
|
||||
inline virtual const char *ClassName() const override // vtable+0x0c
|
||||
{
|
||||
{
|
||||
// 0x100f0774
|
||||
return "MxCompositePresenter";
|
||||
}
|
||||
@ -24,6 +24,9 @@ class MxCompositePresenter : public MxPresenter
|
||||
return !strcmp(name, MxCompositePresenter::ClassName()) || MxPresenter::IsA(name);
|
||||
}
|
||||
|
||||
undefined m_unk40;
|
||||
undefined4 *m_unk44;
|
||||
undefined4 m_unk48;
|
||||
};
|
||||
|
||||
#endif // MXCOMPOSITEPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user