mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +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
|
// FUNCTION: BETA10 0x1007d620
|
||||||
void SetModifier(MxU8 p_modifier) { m_modifier = p_modifier; }
|
void SetModifier(MxU8 p_modifier) { m_modifier = p_modifier; }
|
||||||
|
|
||||||
|
// FUNCTION: BETA10 0x1007d6b0
|
||||||
void SetKey(MxU8 p_key) { m_key = p_key; }
|
void SetKey(MxU8 p_key) { m_key = p_key; }
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x1007d650
|
// FUNCTION: BETA10 0x1007d650
|
||||||
|
|||||||
@ -57,6 +57,8 @@ class MxNotificationParam : public MxParam {
|
|||||||
|
|
||||||
// FUNCTION: BETA10 0x1007d5c0
|
// FUNCTION: BETA10 0x1007d5c0
|
||||||
void SetNotification(NotificationId p_type) { m_type = p_type; }
|
void SetNotification(NotificationId p_type) { m_type = p_type; }
|
||||||
|
|
||||||
|
// FUNCTION: BETA10 0x1007d5f0
|
||||||
void SetSender(MxCore* p_sender) { m_sender = p_sender; }
|
void SetSender(MxCore* p_sender) { m_sender = p_sender; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user