mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-21 05:23:20 -05:00
a29c0aca3f
* Implement/match LegoOmni::Create * Fix var * Rename * Fix style
87 lines
1.4 KiB
C++
87 lines
1.4 KiB
C++
#include "legoanimationmanager.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoAnimationManager, 0x500)
|
|
|
|
// GLOBAL: LEGO1 0x100f74f8
|
|
int g_legoAnimationManagerConfig = 1;
|
|
|
|
// FUNCTION: LEGO1 0x1005eb50
|
|
void LegoAnimationManager::configureLegoAnimationManager(MxS32 p_legoAnimationManagerConfig)
|
|
{
|
|
g_legoAnimationManagerConfig = p_legoAnimationManagerConfig;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005eb60
|
|
LegoAnimationManager::LegoAnimationManager()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005ed30
|
|
LegoAnimationManager::~LegoAnimationManager()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005ee80
|
|
void LegoAnimationManager::FUN_1005ee80(MxBool)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005ef10
|
|
void LegoAnimationManager::FUN_1005ef10()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005f0b0
|
|
void LegoAnimationManager::FUN_1005f0b0()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005f130
|
|
void LegoAnimationManager::Init()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005f6d0
|
|
void LegoAnimationManager::FUN_1005f6d0(MxBool)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1005f720
|
|
void LegoAnimationManager::FUN_1005f720(undefined4)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10061010
|
|
void LegoAnimationManager::FUN_10061010(undefined4)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100619f0
|
|
MxLong LegoAnimationManager::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10061cc0
|
|
MxResult LegoAnimationManager::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10064670
|
|
void LegoAnimationManager::FUN_10064670(MxBool)
|
|
{
|
|
}
|