mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
ceb5339369
* implement parts of legoworld/infocenter * Update infocenter.cpp * Update infocenter.cpp * Update infocenter.cpp * Update infocenter.cpp * Update infocenter.cpp * Match LegoWorld::Tickle --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
57 lines
736 B
C++
57 lines
736 B
C++
#include "infocenter.h"
|
|
|
|
// STUB: LEGO1 0x1006ea20
|
|
Infocenter::Infocenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1006ec90
|
|
Infocenter::~Infocenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1006ed90
|
|
MxResult Infocenter::Create(MxDSObject& p_dsObject)
|
|
{
|
|
return FAILURE;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1006ef10
|
|
MxLong Infocenter::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1006f4e0
|
|
void Infocenter::Stop()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10070aa0
|
|
void Infocenter::VTable0x68(MxBool p_add)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10070af0
|
|
MxResult Infocenter::Tickle()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// FUNCTION: LEGO1 0x10070d00
|
|
MxBool Infocenter::VTable0x5c()
|
|
{
|
|
return TRUE;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10070f60
|
|
MxBool Infocenter::VTable0x64()
|
|
{
|
|
return FALSE;
|
|
}
|