Implement LegoAnimationManager::FUN_10061010 (#888)

This commit is contained in:
Christian Semmler
2024-05-07 15:59:46 -04:00
committed by GitHub
parent 4b386fe738
commit 05edf96186
13 changed files with 93 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ public:
MxBool p_param8,
MxBool p_param9
);
void FUN_10061010(undefined4);
void FUN_10061010(MxBool p_und);
void FUN_100617c0(MxS32, MxU16&, MxU16&);
LegoTranInfo* GetTranInfo(MxU32 p_index);
void FUN_10062770();

View File

@@ -55,7 +55,11 @@ public:
// SYNTHETIC: LEGO1 0x1004aa40
// LegoAnimMMPresenter::`scalar deleting destructor'
void FUN_1004b840();
MxBool FUN_1004b8b0();
void FUN_1004b8c0();
inline LegoAnimPresenter* GetPresenter() { return m_presenter; }
private:
MxBool FUN_1004b450();