mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 06:02:52 -04:00
Sort inline function with the others
This commit is contained in:
parent
9eebe18161
commit
59ca9b6155
@ -40,12 +40,11 @@ public:
|
|||||||
inline void SetData(MxU8* p_data) { m_data = p_data; }
|
inline void SetData(MxU8* p_data) { m_data = p_data; }
|
||||||
|
|
||||||
inline MxU16 GetFlags() { return m_flags; }
|
inline MxU16 GetFlags() { return m_flags; }
|
||||||
|
inline undefined4 GetObjectId() { return m_objectId; }
|
||||||
inline MxLong GetTime() { return m_time; }
|
inline MxLong GetTime() { return m_time; }
|
||||||
inline MxU32 GetLength() { return m_length; }
|
inline MxU32 GetLength() { return m_length; }
|
||||||
inline MxU8* GetData() { return m_data; }
|
inline MxU8* GetData() { return m_data; }
|
||||||
|
|
||||||
inline undefined4 GetObjectId() { return m_objectId; }
|
|
||||||
|
|
||||||
inline void Release()
|
inline void Release()
|
||||||
{
|
{
|
||||||
if (m_data)
|
if (m_data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user