mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
A couple more addrs
This commit is contained in:
parent
abd8b12e2d
commit
58919f9669
@ -57,6 +57,8 @@ class LegoEventNotificationParam : public MxNotificationParam {
|
||||
|
||||
// FUNCTION: BETA10 0x1007d620
|
||||
void SetModifier(MxU8 p_modifier) { m_modifier = p_modifier; }
|
||||
|
||||
// FUNCTION: BETA10 0x1007d6b0
|
||||
void SetKey(MxU8 p_key) { m_key = p_key; }
|
||||
|
||||
// FUNCTION: BETA10 0x1007d650
|
||||
|
||||
@ -57,6 +57,8 @@ class MxNotificationParam : public MxParam {
|
||||
|
||||
// FUNCTION: BETA10 0x1007d5c0
|
||||
void SetNotification(NotificationId p_type) { m_type = p_type; }
|
||||
|
||||
// FUNCTION: BETA10 0x1007d5f0
|
||||
void SetSender(MxCore* p_sender) { m_sender = p_sender; }
|
||||
|
||||
protected:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user