mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
191 B
C++
14 lines
191 B
C++
|
#include "mxflcpresenter.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b3310 STUB
|
||
|
MxFlcPresenter::MxFlcPresenter()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b3420 STUB
|
||
|
MxFlcPresenter::~MxFlcPresenter()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|