mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
Apply clang-format to legocontrolmanager.h
This commit is contained in:
parent
238afc630c
commit
b063c861e1
@ -27,8 +27,10 @@ class LegoControlManagerEvent : public LegoEventNotificationParam {
|
|||||||
inline void SetUnknown0x28(MxS16 p_unk0x28) { m_unk0x28 = p_unk0x28; }
|
inline void SetUnknown0x28(MxS16 p_unk0x28) { m_unk0x28 = p_unk0x28; }
|
||||||
|
|
||||||
MxS32 m_clickedObjectId; // 0x20
|
MxS32 m_clickedObjectId; // 0x20
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const char* m_clickedAtom; // 0x24
|
const char* m_clickedAtom; // 0x24
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MxS16 m_unk0x28; // 0x28
|
MxS16 m_unk0x28; // 0x28
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user