MxLoopingSmkPresenter: add members to match size

This commit is contained in:
Anonymous Maarten 2023-06-30 04:45:45 +02:00
parent 163e771879
commit 9f65ced12a
2 changed files with 8 additions and 1 deletions

View File

@ -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()
{ {

View File

@ -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