mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
24 lines
380 B
C++
24 lines
380 B
C++
#include "mxloopingflcpresenter.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxLoopingFlcPresenter, 0x6c);
|
|
|
|
// OFFSET: LEGO1 0x100b4310 STUB
|
|
MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b43b0 STUB
|
|
MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b4410 STUB
|
|
void MxLoopingFlcPresenter::Init()
|
|
{
|
|
// TODO
|
|
}
|