From 5269d9fe348b339db61368a9cfee04ba4d43958f Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:05:45 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/infocenter.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/LEGO1/infocenter.cpp b/LEGO1/infocenter.cpp index 19b5fa1c..8c6bcb8d 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -25,6 +25,18 @@ MxLong Infocenter::Notify(MxParam& p_param) 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() { @@ -32,12 +44,6 @@ MxResult Infocenter::Tickle() return 0; } -// STUB: LEGO1 0x1006f4e0 -void Infocenter::Stop() -{ - // TODO -} - // FUNCTION: LEGO1 0x10070d00 MxBool Infocenter::VTable0x5c() { @@ -49,9 +55,3 @@ MxBool Infocenter::VTable0x64() { return FALSE; } - -// STUB: LEGO1 0x10070aa0 -void Infocenter::VTable0x68(MxBool p_add) -{ - // TODO -}