mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Ambulance::Notify (#998)
This commit is contained in:

committed by
GitHub

parent
9a9bccda0e
commit
ca17928fc6
@@ -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;
|
||||
|
Reference in New Issue
Block a user