implement LegoWorldPresenter::ParseExtra (#551)

This commit is contained in:
Misha
2024-02-10 12:54:38 -05:00
committed by GitHub
parent 27390e80c0
commit f378b2e535
4 changed files with 30 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ public:
void FUN_1005b4f0(MxBool p_disable, MxU16 p_flags);
void CreateBackgroundAudio();
void RemoveWorld(const MxAtomId&, MxLong);
undefined4 FUN_1005b490(char* p_worldName);
static MxS32 GetCurrPathInfo(LegoPathBoundary**, MxS32&);
static void CreateInstance();

View File

@@ -65,6 +65,7 @@ public:
virtual void Enable(MxBool p_enable); // vtable+0x68
inline LegoCameraController* GetCamera() { return m_cameraController; }
inline void SetUnknown0xec(undefined4 p_unk0xec) { m_unk0xec = p_unk0xec; }
inline undefined4 GetUnknown0xec() { return m_unk0xec; }
inline MxCoreSet& GetUnknown0xd0() { return m_set0xd0; }