mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51:15 +00:00
Apply clang-format to legocontrolmanager.h
This commit is contained in:
parent
238afc630c
commit
b063c861e1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user