mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
MxFlcPresenter: add members to match size
This commit is contained in:
parent
26c7449f43
commit
732e792f51
@ -1,5 +1,9 @@
|
||||
#include "mxflcpresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxFlcPresenter) == 104);
|
||||
|
||||
// OFFSET: LEGO1 0x100b3310 STUB
|
||||
MxFlcPresenter::MxFlcPresenter()
|
||||
{
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100dc2c0
|
||||
// SIZE 0x68
|
||||
class MxFlcPresenter : public MxVideoPresenter
|
||||
@ -23,6 +25,8 @@ class MxFlcPresenter : public MxVideoPresenter
|
||||
{
|
||||
return !strcmp(name, MxFlcPresenter::ClassName()) || MxVideoPresenter::IsA(name);
|
||||
}
|
||||
|
||||
undefined4 m_unk64;
|
||||
};
|
||||
|
||||
#endif // MXFLCPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user