mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
(Refactor) Use more forward declarations (#881)
* Use more forward declarations * Use more forward declarations * Add more forward declarations * Fix
This commit is contained in:

committed by
GitHub

parent
01b861bc09
commit
51adf75b9b
@@ -35,8 +35,8 @@ public:
|
||||
// MxAtom::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
MxString m_key;
|
||||
MxU16 m_value;
|
||||
MxString m_key; // 0x00
|
||||
MxU16 m_value; // 0x10
|
||||
};
|
||||
|
||||
struct MxAtomCompare {
|
||||
|
Reference in New Issue
Block a user