2023-06-29 04:10:08 -04:00
|
|
|
#include "infocenter.h"
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1006ea20
|
2023-06-29 04:10:08 -04:00
|
|
|
Infocenter::Infocenter()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1006ec90
|
2023-06-29 04:10:08 -04:00
|
|
|
Infocenter::~Infocenter()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-29 13:04:18 -05:00
|
|
|
// STUB: LEGO1 0x1006ed90
|
|
|
|
MxResult Infocenter::Create(MxDSObject& p_dsObject)
|
|
|
|
{
|
|
|
|
return FAILURE;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1006ef10
|
2023-12-13 05:48:14 -05:00
|
|
|
MxLong Infocenter::Notify(MxParam& p_param)
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-29 13:04:18 -05:00
|
|
|
// STUB: LEGO1 0x1006f4e0
|
|
|
|
void Infocenter::Stop()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10070aa0
|
|
|
|
void Infocenter::VTable0x68(MxBool p_add)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10070af0
|
2023-09-21 14:51:24 -04:00
|
|
|
MxResult Infocenter::Tickle()
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
2023-12-29 13:04:18 -05:00
|
|
|
|
|
|
|
// FUNCTION: LEGO1 0x10070d00
|
|
|
|
MxBool Infocenter::VTable0x5c()
|
|
|
|
{
|
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10070f60
|
|
|
|
MxBool Infocenter::VTable0x64()
|
|
|
|
{
|
|
|
|
return FALSE;
|
|
|
|
}
|