Add missing annotations

This commit is contained in:
Christian Semmler 2024-01-13 17:51:51 -05:00
parent 66485ef7ad
commit 073fe052cd

View File

@ -33,8 +33,11 @@ class MxVariable {
inline const MxString* GetKey() const { return &m_key; } inline const MxString* GetKey() const { return &m_key; }
protected: protected:
MxString m_key; MxString m_key; // 0x04
MxString m_value; MxString m_value; // 0x14
}; };
// SYNTHETIC: LEGO1 0x1003bf40
// MxVariable::~MxVariable
#endif // MXVARIABLE_H #endif // MXVARIABLE_H