mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-16 19:50:52 -05:00
Sort inline function with the others
This commit is contained in:
parent
9eebe18161
commit
59ca9b6155
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue