mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update infocenter.cpp
This commit is contained in:
parent
10f712a1c9
commit
eb42e64d9a
@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user