mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
18 lines
266 B
C++
18 lines
266 B
C++
#include "mxflcpresenter.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_STATIC_ASSERT(sizeof(MxFlcPresenter) == 104);
|
|
|
|
// OFFSET: LEGO1 0x100b3310 STUB
|
|
MxFlcPresenter::MxFlcPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b3420 STUB
|
|
MxFlcPresenter::~MxFlcPresenter()
|
|
{
|
|
// TODO
|
|
}
|