mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
14 lines
221 B
C++
14 lines
221 B
C++
|
#include "mxcompositepresenter.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b60b0 STUB
|
||
|
MxCompositePresenter::MxCompositePresenter()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b6390 STUB
|
||
|
MxCompositePresenter::~MxCompositePresenter()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|