mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
reccmp: vtable comparison (#452)
* Add vtable comparison to reccmp * Add missing scalar deleting destructors * Fix some vtables --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -22,6 +22,9 @@ public:
|
||||
inline MxS8 Compare(const MxString& p_str) const { return strcmp(m_data, p_str.m_data); }
|
||||
inline const char* GetData() const { return m_data; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100ae280
|
||||
// MxString::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
char* m_data; // 0x08
|
||||
MxU16 m_length; // 0x0c
|
||||
|
Reference in New Issue
Block a user