mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
60 lines
874 B
C++
60 lines
874 B
C++
#include "mxmediapresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x100d4ce0 STUB
|
|
long MxMediaPresenter::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5d90 STUB
|
|
void MxMediaPresenter::VTable0x20()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5e10 STUB
|
|
void MxMediaPresenter::VTable0x24()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1000c5b0 STUB
|
|
void MxMediaPresenter::InitVirtual()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5ef0 STUB
|
|
void MxMediaPresenter::DoneTickle()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5700 STUB
|
|
long MxMediaPresenter::StartAction(MxStreamController *, MxDSAction *)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5bc0 STUB
|
|
void MxMediaPresenter::EndAction()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b6030 STUB
|
|
void MxMediaPresenter::Enable(unsigned char param)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b5f10 STUB
|
|
void MxMediaPresenter::VTable0x58(undefined4 param)
|
|
{
|
|
// TODO
|
|
}
|