Apply clang-format to legocontrolmanager.h

This commit is contained in:
jonschz 2024-04-27 21:55:18 +02:00
parent 238afc630c
commit b063c861e1

View File

@ -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