diff --git a/LEGO1/infocenter.cpp b/LEGO1/infocenter.cpp index 82edff12..cc06d51c 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -16,7 +16,13 @@ Infocenter::~Infocenter() MxResult Infocenter::Tickle() { // TODO + return 0; +} +// STUB: LEGO1 0x1006ef10 +MxLong Infocenter::Notify(MxParam& p_param) +{ + // TODO return 0; } @@ -26,14 +32,6 @@ 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() {