mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 07:41:16 +00:00
Explicit inline for aesthetics
This commit is contained in:
parent
a3ba464d70
commit
c51e90f68f
@ -47,8 +47,8 @@ class MxDSAction : public MxDSObject
|
|||||||
|
|
||||||
void AppendData(MxU16 p_unkLength, const char *p_unkData);
|
void AppendData(MxU16 p_unkLength, const char *p_unkData);
|
||||||
|
|
||||||
MxU32 GetFlags() { return this->m_flags; }
|
inline MxU32 GetFlags() { return this->m_flags; }
|
||||||
void SetFlags(MxU32 m_flags) { this->m_flags = m_flags; }
|
inline void SetFlags(MxU32 m_flags) { this->m_flags = m_flags; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
MxU32 m_sizeOnDisk;
|
MxU32 m_sizeOnDisk;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user