From b063c861e16f8cc4df9ea00b59f6f95b528a9262 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sat, 27 Apr 2024 21:55:18 +0200 Subject: [PATCH] Apply clang-format to legocontrolmanager.h --- LEGO1/lego/legoomni/include/legocontrolmanager.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocontrolmanager.h b/LEGO1/lego/legoomni/include/legocontrolmanager.h index 54e5eae9..e0c1dbf5 100644 --- a/LEGO1/lego/legoomni/include/legocontrolmanager.h +++ b/LEGO1/lego/legoomni/include/legocontrolmanager.h @@ -26,11 +26,13 @@ class LegoControlManagerEvent : public LegoEventNotificationParam { inline void SetClickedAtom(const char* p_clickedAtom) { m_clickedAtom = p_clickedAtom; } inline void SetUnknown0x28(MxS16 p_unk0x28) { m_unk0x28 = p_unk0x28; } - MxS32 m_clickedObjectId; // 0x20 + MxS32 m_clickedObjectId; // 0x20 + private: const char* m_clickedAtom; // 0x24 + public: - MxS16 m_unk0x28; // 0x28 + MxS16 m_unk0x28; // 0x28 }; // SYNTHETIC: LEGO1 0x10028bf0