mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
function order
This commit is contained in:
parent
7a18ea5f9b
commit
068fcfbecf
@ -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);
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user