mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
MxLoopingSmkPresenter: add members to match size
This commit is contained in:
parent
163e771879
commit
9f65ced12a
@ -1,5 +1,9 @@
|
|||||||
#include "mxloopingsmkpresenter.h"
|
#include "mxloopingsmkpresenter.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_STATIC_ASSERT(sizeof(MxLoopingSmkPresenter) == 1828);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b48b0
|
// OFFSET: LEGO1 0x100b48b0
|
||||||
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
#include "mxsmkpresenter.h"
|
#include "mxsmkpresenter.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
// VTABLE 0x100dc540
|
// VTABLE 0x100dc540
|
||||||
// SIZE 0x724
|
// SIZE 0x724
|
||||||
class MxLoopingSmkPresenter : public MxSmkPresenter
|
class MxLoopingSmkPresenter : public MxSmkPresenter
|
||||||
@ -17,9 +19,10 @@ class MxLoopingSmkPresenter : public MxSmkPresenter
|
|||||||
// 0x10101e08
|
// 0x10101e08
|
||||||
return "MxLoopingSmkPresenter";
|
return "MxLoopingSmkPresenter";
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
undefined4 m_unk720;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXLOOPINGSMKPRESENTER_H
|
#endif // MXLOOPINGSMKPRESENTER_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user