mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
18 lines
253 B
C++
18 lines
253 B
C++
#include "mxtransitionmanager.h"
|
|
|
|
// OFFSET: LEGO1 0x1004bac0
|
|
long MxTransitionManager::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1004baa0
|
|
undefined4 MxTransitionManager::VTable0x14()
|
|
{
|
|
// TODO
|
|
|
|
return undefined4();
|
|
}
|