Sort inline function with the others

This commit is contained in:
Christian Semmler 2023-12-17 10:57:29 -05:00
parent 9eebe18161
commit 59ca9b6155
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -40,12 +40,11 @@ public:
inline void SetData(MxU8* p_data) { m_data = p_data; }
inline MxU16 GetFlags() { return m_flags; }
inline undefined4 GetObjectId() { return m_objectId; }
inline MxLong GetTime() { return m_time; }
inline MxU32 GetLength() { return m_length; }
inline MxU8* GetData() { return m_data; }
inline undefined4 GetObjectId() { return m_objectId; }
inline void Release()
{
if (m_data)