Update infocenter.cpp

This commit is contained in:
Misha 2023-12-28 11:55:58 -05:00
parent 10f712a1c9
commit eb42e64d9a
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -16,7 +16,13 @@ Infocenter::~Infocenter()
MxResult Infocenter::Tickle() MxResult Infocenter::Tickle()
{ {
// TODO // TODO
return 0;
}
// STUB: LEGO1 0x1006ef10
MxLong Infocenter::Notify(MxParam& p_param)
{
// TODO
return 0; return 0;
} }
@ -26,14 +32,6 @@ MxResult Infocenter::Create(MxDSObject& p_dsObject)
return FAILURE; return FAILURE;
} }
// STUB: LEGO1 0x1006ef10
MxLong Infocenter::Notify(MxParam& p_param)
{
// TODO
return 0;
}
// STUB: LEGO1 0x1006f4e0 // STUB: LEGO1 0x1006f4e0
void Infocenter::Stop() void Infocenter::Stop()
{ {