mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
add TransitionManager
This commit is contained in:
parent
23550eaf4e
commit
2f4b88ab5a
@ -85,6 +85,13 @@ LegoNavController *NavController()
|
||||
return LegoOmni::GetInstance()->GetNavController();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10015900
|
||||
MxTransitionManager *TransitionManager()
|
||||
{
|
||||
return LegoOmni::GetInstance()->GetTransitionManager();
|
||||
}
|
||||
|
||||
|
||||
// OFFSET: LEGO1 0x1005b5f0
|
||||
long LegoOmni::Notify(MxParam &p)
|
||||
{
|
||||
|
||||
@ -71,6 +71,7 @@ class LegoOmni : public MxOmni
|
||||
LegoPlantManager *GetLegoPlantManager() { return m_plantManager; }
|
||||
LegoGameState *GetGameState() { return m_gameState; }
|
||||
LegoNavController *GetNavController() { return m_navController; }
|
||||
MxTransitionManager *GetTransitionManager() { return m_transitionManager; }
|
||||
|
||||
private:
|
||||
int m_unk68;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user