2023-06-29 04:10:08 -04:00
|
|
|
#ifndef MXLOOPINGFLCPRESENTER_H
|
|
|
|
#define MXLOOPINGFLCPRESENTER_H
|
|
|
|
|
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
|
2023-07-02 03:00:28 -04:00
|
|
|
#include "decomp.h"
|
|
|
|
|
2023-06-29 04:10:08 -04:00
|
|
|
// VTABLE 0x100dc480
|
|
|
|
// SIZE 0x6c
|
|
|
|
class MxLoopingFlcPresenter : public MxFlcPresenter
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
MxLoopingFlcPresenter();
|
|
|
|
virtual ~MxLoopingFlcPresenter() override;
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b4380
|
|
|
|
inline virtual const char* ClassName() const override // vtable+0xc
|
|
|
|
{
|
|
|
|
// 0x10101e20
|
|
|
|
return "MxLoopingFlcPresenter";
|
|
|
|
}
|
2023-07-02 03:00:28 -04:00
|
|
|
|
2023-06-29 04:10:08 -04:00
|
|
|
private:
|
|
|
|
void Init();
|
2023-10-13 12:43:45 -04:00
|
|
|
void Destroy(MxBool p_fromDestructor);
|
2023-10-03 17:38:03 -04:00
|
|
|
|
2023-07-02 03:00:28 -04:00
|
|
|
undefined4 m_unk68;
|
2023-06-29 04:10:08 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // MXLOOPINGFLCPRESENTER_H
|