From 2bb724f70193322bebddd72bf513206229b207eb Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 16 Jun 2024 10:26:58 -0400 Subject: [PATCH] Format --- LEGO1/lego/legoomni/include/legocontrolmanager.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocontrolmanager.h b/LEGO1/lego/legoomni/include/legocontrolmanager.h index 46615e86..1891f7b6 100644 --- a/LEGO1/lego/legoomni/include/legocontrolmanager.h +++ b/LEGO1/lego/legoomni/include/legocontrolmanager.h @@ -84,13 +84,13 @@ class LegoControlManager : public MxCore { // LegoControlManager::`scalar deleting destructor' private: - undefined4 m_unk0x08; // 0x08 - undefined4 m_unk0x0c; // 0x0c - MxBool m_unk0x10; // 0x10 - MxPresenter* m_unk0x14; // 0x14 - LegoControlManagerNotificationParam m_event; // 0x18 - MxPresenterList* m_presenterList; // 0x44 - LegoNotifyList m_notifyList; // 0x48 + undefined4 m_unk0x08; // 0x08 + undefined4 m_unk0x0c; // 0x0c + MxBool m_unk0x10; // 0x10 + MxPresenter* m_unk0x14; // 0x14 + LegoControlManagerNotificationParam m_event; // 0x18 + MxPresenterList* m_presenterList; // 0x44 + LegoNotifyList m_notifyList; // 0x48 }; #endif // LEGOCONTROLMANAGER_H