mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
LegoCacheSound and related STL (#560)
* LegoCacheSound and related STL * Changes/annotations --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -21,6 +21,7 @@ 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; }
|
||||
inline const MxU16 GetLength() const { return m_length; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100ae280
|
||||
// MxString::`scalar deleting destructor'
|
||||
|
Reference in New Issue
Block a user