mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update registrationbook.cpp
This commit is contained in:
parent
33fe94cbb2
commit
1e4968eb91
@ -58,30 +58,6 @@ MxResult RegistrationBook::Create(MxDSAction& p_dsAction)
|
||||
return result;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10077210
|
||||
MxLong RegistrationBook::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100772d0
|
||||
MxLong RegistrationBook::HandleKeyPress(char p_key)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100774a0
|
||||
MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100781d0
|
||||
MxLong RegistrationBook::HandleNotification19(MxParam& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100770e0
|
||||
MxLong RegistrationBook::Notify(MxParam& p_param)
|
||||
{
|
||||
@ -113,6 +89,23 @@ MxLong RegistrationBook::Notify(MxParam& p_param)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
// STUB: LEGO1 0x10077210
|
||||
MxLong RegistrationBook::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100772d0
|
||||
MxLong RegistrationBook::HandleKeyPress(char p_key)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100774a0
|
||||
MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10077cc0
|
||||
void RegistrationBook::ReadyWorld()
|
||||
@ -148,6 +141,12 @@ void RegistrationBook::Enable(MxBool p_enable)
|
||||
}
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100781d0
|
||||
MxLong RegistrationBook::HandleNotification19(MxParam& p_param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100783e0
|
||||
MxBool RegistrationBook::VTable0x64()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user