Files
isle/LEGO1/lego/legoomni/src/paths/legoanimactor.cpp
Nathan a45706a854 Fix size annotations for legoomni
Fix structure and add placeholder annotations for LegoAnimActor and subclasses
2024-03-22 18:22:23 -04:00

26 lines
438 B
C++

#include "legoanimactor.h"
// STUB: LEGO1 0x1001c1f0
MxResult LegoAnimActor::FUN_1001c1f0(float& p_out)
{
// TODO
return SUCCESS;
}
// STUB: LEGO1 0x1001c360
MxResult LegoAnimActor::FUN_1001c360(float, undefined4)
{
return FAILURE;
}
// STUB: LEGO1 0x1001c450
MxResult LegoAnimActor::FUN_1001c450(undefined4, undefined4, undefined4, undefined4)
{
return SUCCESS;
}
// STUB: LEGO1 0x1001c800
void LegoAnimActor::FUN_1001c800()
{
}