From eb42e64d9aabac9c59db99b336f3bccfa5de99b9 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:55:58 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/infocenter.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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() {