mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
(clang-format) Add RemoveSemicolon (#506)
This commit is contained in:
committed by
GitHub
parent
bcdddd4c7e
commit
baed704a38
@@ -22,14 +22,14 @@ public:
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1000e0b0
|
||||
virtual MxBool VTable0x14() override { return FALSE; }; // vtable+0x14
|
||||
virtual MxBool VTable0x14() override { return FALSE; } // vtable+0x14
|
||||
|
||||
// FUNCTION: LEGO1 0x1000e0c0
|
||||
virtual MxBool SetFlag() override
|
||||
{
|
||||
m_unk0x08 = 0;
|
||||
return TRUE;
|
||||
}; // vtable+0x18
|
||||
} // vtable+0x18
|
||||
|
||||
inline void SetUnknown8(MxU32 p_unk0x08) { m_unk0x08 = p_unk0x08; }
|
||||
inline MxU32 GetUnkown8() { return m_unk0x08; }
|
||||
|
||||
Reference in New Issue
Block a user