Update infocenter.cpp

This commit is contained in:
Misha 2023-12-29 12:01:39 -05:00
parent 0c67c14647
commit 63a305ae4d
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -18,15 +18,15 @@ MxResult Infocenter::Create(MxDSObject& p_dsObject)
return FAILURE; return FAILURE;
} }
// STUB: LEGO1 0x10070af0 // STUB: LEGO1 0x1006ef10
MxResult Infocenter::Tickle() MxLong Infocenter::Notify(MxParam& p_param)
{ {
// TODO // TODO
return 0; return 0;
} }
// STUB: LEGO1 0x1006ef10 // STUB: LEGO1 0x10070af0
MxLong Infocenter::Notify(MxParam& p_param) MxResult Infocenter::Tickle()
{ {
// TODO // TODO
return 0; return 0;