mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Add missing annotations
This commit is contained in:
parent
66485ef7ad
commit
073fe052cd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user