Implement/match LegoEntity::VTable0x34 (#633)

* Implement/match LegoEntity::VTable0x34

* Change parameter name

* Fix order
This commit is contained in:
Christian Semmler
2024-03-06 14:12:20 -05:00
committed by GitHub
parent 71bcd4c771
commit a12146f52f
10 changed files with 76 additions and 14 deletions

View File

@@ -47,6 +47,13 @@ MxResult LegoPlantManager::Load(LegoStorage* p_storage)
return SUCCESS;
}
// STUB: LEGO1 0x10026ba0
MxU32 LegoPlantManager::FUN_10026ba0(LegoROI*, MxBool)
{
// TODO
return 0;
}
// FUNCTION: LEGO1 0x10026be0
void LegoPlantManager::SetCustomizeAnimFile(const char* p_value)
{