mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
17 lines
255 B
C++
17 lines
255 B
C++
#include "mxmediapresenter.h"
|
|
|
|
DECOMP_STATIC_ASSERT(sizeof(MxMediaPresenter) == 80);
|
|
|
|
// OFFSET: LEGO1 0x100b5d10 STUB
|
|
long MxMediaPresenter::Tickle()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b54e0 STUB
|
|
void MxMediaPresenter::Init()
|
|
{
|
|
// TODO
|
|
}
|