Update infocenter.cpp

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

View File

@ -25,6 +25,18 @@ MxLong Infocenter::Notify(MxParam& p_param)
return 0; return 0;
} }
// STUB: LEGO1 0x1006f4e0
void Infocenter::Stop()
{
// TODO
}
// STUB: LEGO1 0x10070aa0
void Infocenter::VTable0x68(MxBool p_add)
{
// TODO
}
// STUB: LEGO1 0x10070af0 // STUB: LEGO1 0x10070af0
MxResult Infocenter::Tickle() MxResult Infocenter::Tickle()
{ {
@ -32,12 +44,6 @@ MxResult Infocenter::Tickle()
return 0; return 0;
} }
// STUB: LEGO1 0x1006f4e0
void Infocenter::Stop()
{
// TODO
}
// FUNCTION: LEGO1 0x10070d00 // FUNCTION: LEGO1 0x10070d00
MxBool Infocenter::VTable0x5c() MxBool Infocenter::VTable0x5c()
{ {
@ -49,9 +55,3 @@ MxBool Infocenter::VTable0x64()
{ {
return FALSE; return FALSE;
} }
// STUB: LEGO1 0x10070aa0
void Infocenter::VTable0x68(MxBool p_add)
{
// TODO
}