Update registrationbook.cpp

This commit is contained in:
Misha 2024-02-11 16:11:39 -05:00
parent 33fe94cbb2
commit 1e4968eb91
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -58,30 +58,6 @@ MxResult RegistrationBook::Create(MxDSAction& p_dsAction)
return result; 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 // FUNCTION: LEGO1 0x100770e0
MxLong RegistrationBook::Notify(MxParam& p_param) MxLong RegistrationBook::Notify(MxParam& p_param)
{ {
@ -113,6 +89,23 @@ MxLong RegistrationBook::Notify(MxParam& p_param)
} }
return result; 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 // STUB: LEGO1 0x10077cc0
void RegistrationBook::ReadyWorld() 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 // FUNCTION: LEGO1 0x100783e0
MxBool RegistrationBook::VTable0x64() MxBool RegistrationBook::VTable0x64()
{ {