(Refactor) Use more forward declarations (#881)

* Use more forward declarations

* Use more forward declarations

* Add more forward declarations

* Fix
This commit is contained in:
Christian Semmler
2024-05-03 12:19:12 -04:00
committed by GitHub
parent 01b861bc09
commit 51adf75b9b
165 changed files with 377 additions and 136 deletions

View File

@@ -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 {