mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
ba82821501
* Bootstrap MxMediaPresenter * Implement/match MxMediaPresenter::Tickle and related * Implement AppendChunk and Enable
42 lines
680 B
C++
42 lines
680 B
C++
#include "mxdssubscriber.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxDSSubscriber, 0x4c);
|
|
|
|
// OFFSET: LEGO1 0x100b7bb0 STUB
|
|
MxDSSubscriber::MxDSSubscriber()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b7e00 STUB
|
|
MxDSSubscriber::~MxDSSubscriber()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b7ed0 STUB
|
|
MxResult MxDSSubscriber::FUN_100b7ed0(MxStreamController*, MxU32, MxS16)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b8250 STUB
|
|
MxStreamChunk* MxDSSubscriber::FUN_100b8250()
|
|
{
|
|
// TODO
|
|
return NULL;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b8360 STUB
|
|
MxStreamChunk* MxDSSubscriber::FUN_100b8360()
|
|
{
|
|
// TODO
|
|
return NULL;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b8390 STUB
|
|
void MxDSSubscriber::FUN_100b8390(MxStreamChunk*)
|
|
{
|
|
// TODO
|
|
}
|