mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
18 lines
291 B
C++
18 lines
291 B
C++
#include "mxcompositepresenter.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxCompositePresenter, 0x4c);
|
|
|
|
// OFFSET: LEGO1 0x100b60b0 STUB
|
|
MxCompositePresenter::MxCompositePresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6390 STUB
|
|
MxCompositePresenter::~MxCompositePresenter()
|
|
{
|
|
// TODO
|
|
}
|