Partial implementation of LegoGameState::SwitchArea (#547)

This commit is contained in:
Misha
2024-02-10 09:36:01 -05:00
committed by GitHub
parent 223b07ee3d
commit 32681935ca
2 changed files with 127 additions and 12 deletions

View File

@@ -66,6 +66,7 @@ public:
inline LegoCameraController* GetCamera() { return m_cameraController; }
inline undefined4 GetUnknown0xec() { return m_unk0xec; }
inline MxCoreSet& GetUnknown0xd0() { return m_set0xd0; }
MxBool PresentersPending();
void Remove(MxCore* p_object);