Update infocenter.cpp

This commit is contained in:
Misha 2023-12-28 12:11:37 -05:00
parent 460a96c557
commit 8966c2069a
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -19,6 +19,12 @@ MxResult Infocenter::Tickle()
return 0; return 0;
} }
// STUB: LEGO1 0x1006ed90
MxResult Infocenter::Create(MxDSObject& p_dsObject)
{
return FAILURE;
}
// STUB: LEGO1 0x1006ef10 // STUB: LEGO1 0x1006ef10
MxLong Infocenter::Notify(MxParam& p_param) MxLong Infocenter::Notify(MxParam& p_param)
{ {
@ -26,12 +32,6 @@ MxLong Infocenter::Notify(MxParam& p_param)
return 0; return 0;
} }
// STUB: LEGO1 0x1006ed90
MxResult Infocenter::Create(MxDSObject& p_dsObject)
{
return FAILURE;
}
// STUB: LEGO1 0x1006f4e0 // STUB: LEGO1 0x1006f4e0
void Infocenter::Stop() void Infocenter::Stop()
{ {