mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match Pizzeria::HandleClick (#971)
This commit is contained in:

committed by
GitHub

parent
ae859fbc19
commit
650903d043
@@ -30,14 +30,14 @@ void Jetski::VTable0xe4()
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1007e750
|
||||
MxU32 Jetski::VTable0xcc()
|
||||
MxU32 Jetski::HandleClick()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1007e8e0
|
||||
MxU32 Jetski::VTable0xd4(LegoControlManagerEvent& p_param)
|
||||
MxU32 Jetski::HandleControl(LegoControlManagerEvent& p_param)
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user