Implement/match Ambulance::Notify (#998)

This commit is contained in:
Christian Semmler
2024-06-06 12:19:43 -04:00
committed by GitHub
parent 9a9bccda0e
commit ca17928fc6
20 changed files with 131 additions and 86 deletions

View File

@@ -31,21 +31,21 @@ void DuneBuggy::Exit()
}
// STUB: LEGO1 0x10068060
MxU32 DuneBuggy::HandleClick()
MxLong DuneBuggy::HandleClick()
{
// TODO
return 0;
}
// STUB: LEGO1 0x100681b0
MxU32 DuneBuggy::HandleControl(LegoControlManagerEvent& p_param)
MxLong DuneBuggy::HandleControl(LegoControlManagerEvent& p_param)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10068270
MxU32 DuneBuggy::VTable0xdc(MxType19NotificationParam& p_param)
MxLong DuneBuggy::HandleNotification19(MxType19NotificationParam& p_param)
{
// TODO
return 0;