function order

This commit is contained in:
Ramen2X 2024-03-13 16:10:38 -04:00
parent 7a18ea5f9b
commit 068fcfbecf
2 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ class Hospital : public LegoWorld {
// Hospital::`scalar deleting destructor'
private:
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleKeyPress(MxS8 p_key);
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleButtonDown(LegoControlManagerEvent& p_param);
MxLong HandleClick(LegoControlManagerEvent& p_param);

View File

@ -123,15 +123,15 @@ void Hospital::ReadyWorld()
// TODO
}
// STUB: LEGO1 0x10074e00
MxLong Hospital::HandleEndAction(MxEndActionNotificationParam& p_param)
// STUB: LEGO1 0x10074dd0
MxLong Hospital::HandleKeyPress(MxS8 p_key)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10074dd0
MxLong Hospital::HandleKeyPress(MxS8 p_key)
// STUB: LEGO1 0x10074e00
MxLong Hospital::HandleEndAction(MxEndActionNotificationParam& p_param)
{
// TODO
return 0;