mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31: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'
|
||||
|
||||
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);
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user