From 59ca9b6155b818da65e75b1e5e3fc7195b8521e7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 17 Dec 2023 10:57:29 -0500 Subject: [PATCH] Sort inline function with the others --- LEGO1/mxdschunk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/mxdschunk.h b/LEGO1/mxdschunk.h index ad57fcc4..4cbb2fc9 100644 --- a/LEGO1/mxdschunk.h +++ b/LEGO1/mxdschunk.h @@ -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)