mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 19:21:15 +00:00
Change type
This commit is contained in:
parent
7d72575079
commit
22ff9e06df
@ -77,7 +77,7 @@ class RegistrationBook : public LegoWorld {
|
|||||||
undefined4 m_unk0x2cc; // 0x2cc
|
undefined4 m_unk0x2cc; // 0x2cc
|
||||||
|
|
||||||
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
|
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
|
||||||
MxLong HandleKeyPress(char p_key);
|
MxLong HandleKeyPress(MxS8 p_key);
|
||||||
MxLong HandleClick(LegoControlManagerEvent& p_param);
|
MxLong HandleClick(LegoControlManagerEvent& p_param);
|
||||||
MxLong HandleNotification19(MxParam& p_param);
|
MxLong HandleNotification19(MxParam& p_param);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -98,7 +98,7 @@ MxLong RegistrationBook::HandleEndAction(MxEndActionNotificationParam& p_param)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100772d0
|
// STUB: LEGO1 0x100772d0
|
||||||
MxLong RegistrationBook::HandleKeyPress(char p_key)
|
MxLong RegistrationBook::HandleKeyPress(MxS8 p_key)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user