Implement/match LegoAnimMMPresenter::FUN_1004b5b0 (#830)

This commit is contained in:
Christian Semmler
2024-04-20 12:03:42 -04:00
committed by GitHub
parent 3cab989250
commit a3bd98a04d
4 changed files with 28 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
#define LEGOANIMMMPRESENTER_H
#include "mxcompositepresenter.h"
#include "mxgeometry/mxmatrix.h"
class LegoAnimPresenter;
class LegoWorld;
@@ -74,7 +75,7 @@ private:
MxU32 m_animmanId; // 0x5c
LegoTranInfo* m_tranInfo; // 0x60
LegoWorld* m_unk0x64; // 0x64
Matrix4* m_unk0x68; // 0x68
MxMatrix* m_unk0x68; // 0x68
LegoROI** m_roiMap; // 0x6c
MxU32 m_roiMapSize; // 0x70
};