Implement Police::Notify (#524)

* Implement Police::Notify

* Fix HandleKeyPress

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2024-02-03 16:30:00 -05:00
committed by GitHub
parent e68e25275f
commit 724cdeb86f
2 changed files with 52 additions and 10 deletions

View File

@@ -40,9 +40,13 @@ public:
// Police::`scalar deleting destructor'
private:
Radio m_radio; // 0xf8
PoliceState* m_policeState; // 0x108
undefined4 m_unk0x10c; // 0x10c
MxLong HandleNotification11(MxNotificationParam& p_param);
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleKeyPress(LegoEventNotificationParam& p_param);
Radio m_radio; // 0xf8
PoliceState* m_policeState; // 0x108
undefined4 m_transitionDestination; // 0x10c
};
#endif // POLICE_H