mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
15 lines
190 B
C++
15 lines
190 B
C++
#include "mxvideomanager.h"
|
|
|
|
// OFFSET: LEGO1 0x100be2a0
|
|
MxVideoManager::~MxVideoManager()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100bea90
|
|
long MxVideoManager::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
} |