Implement/match Isle::HandleClick (#690)

* Isle::HandleClick

* WIP

* Match
This commit is contained in:
Christian Semmler
2024-03-18 12:31:22 -04:00
committed by GitHub
parent 44f49a7a57
commit d96679ea9e
10 changed files with 229 additions and 11 deletions

View File

@@ -171,6 +171,7 @@ public:
inline void SetUnknown0x42c(Area p_unk0x42c) { m_unk0x42c = p_unk0x42c; }
inline Username* GetPlayersIndex(MxS32 p_index) { return &m_players[p_index]; }
inline MxS16 GetPlayerCount() { return m_playerCount; }
inline LegoBackgroundColor* GetBackgroundColor() { return m_backgroundColor; }
void SetCurrentAct(Act p_currentAct);
void FindLoadedAct();