mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
MxLoopingFlcPresenter: add members to match size
This commit is contained in:
parent
1087094b2e
commit
163e771879
@ -1,5 +1,9 @@
|
||||
#include "mxloopingflcpresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingFlcPresenter) == 108);
|
||||
|
||||
// OFFSET: LEGO1 0x100b4310 STUB
|
||||
MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
||||
{
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
|
||||
#include "mxflcpresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100dc480
|
||||
// SIZE 0x6c
|
||||
class MxLoopingFlcPresenter : public MxFlcPresenter
|
||||
@ -17,9 +19,10 @@ class MxLoopingFlcPresenter : public MxFlcPresenter
|
||||
// 0x10101e20
|
||||
return "MxLoopingFlcPresenter";
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
void Init();
|
||||
undefined4 m_unk68;
|
||||
};
|
||||
|
||||
#endif // MXLOOPINGFLCPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user