mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
15 lines
200 B
C++
15 lines
200 B
C++
|
#include "mxmediapresenter.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b5d10 STUB
|
||
|
long MxMediaPresenter::Tickle()
|
||
|
{
|
||
|
// TODO
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100b54e0 STUB
|
||
|
void MxMediaPresenter::Init()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|