mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +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 "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingSmkPresenter) == 1828);
|
||||
|
||||
// OFFSET: LEGO1 0x100b48b0
|
||||
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
||||
{
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
|
||||
#include "mxsmkpresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100dc540
|
||||
// SIZE 0x724
|
||||
class MxLoopingSmkPresenter : public MxSmkPresenter
|
||||
@ -17,9 +19,10 @@ class MxLoopingSmkPresenter : public MxSmkPresenter
|
||||
// 0x10101e08
|
||||
return "MxLoopingSmkPresenter";
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
void Init();
|
||||
undefined4 m_unk720;
|
||||
};
|
||||
|
||||
#endif // MXLOOPINGSMKPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user