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' // Hospital::`scalar deleting destructor'
private: private:
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleKeyPress(MxS8 p_key); MxLong HandleKeyPress(MxS8 p_key);
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
MxLong HandleButtonDown(LegoControlManagerEvent& p_param); MxLong HandleButtonDown(LegoControlManagerEvent& p_param);
MxLong HandleClick(LegoControlManagerEvent& p_param); MxLong HandleClick(LegoControlManagerEvent& p_param);

View File

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