mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
42 lines
618 B
C++
42 lines
618 B
C++
#include "mxcompositepresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x100b60b0
|
|
MxCompositePresenter::MxCompositePresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6390
|
|
MxCompositePresenter::~MxCompositePresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6760
|
|
long MxCompositePresenter::Notify(MxParam &p)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6410
|
|
long MxCompositePresenter::StartAction(MxStreamController *, MxDSAction *)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b65e0
|
|
void MxCompositePresenter::EndAction()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6c30
|
|
void MxCompositePresenter::Enable(unsigned char)
|
|
{
|
|
// TODO
|
|
}
|