Implement/matche LegoAnimationManager::FUN_10064740 and FUN_10064670 (#929)

This commit is contained in:
Christian Semmler
2024-05-17 15:58:35 -04:00
committed by GitHub
parent 710f07e632
commit 5fe0b7e0bb
2 changed files with 52 additions and 7 deletions

View File

@@ -105,8 +105,8 @@ public:
void AddExtra(MxS32 p_location, MxBool p_und);
void FUN_10063270(LegoROIList*, LegoAnimPresenter*);
void FUN_10063780(LegoROIList* p_list);
void FUN_10064670(Vector3*);
void FUN_10064740(Vector3*);
MxResult FUN_10064670(Vector3* p_position);
MxResult FUN_10064740(Vector3* p_position);
static void configureLegoAnimationManager(MxS32 p_legoAnimationManagerConfig);