mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Refactor MxHashTable/MxVariableTable (#283)
* Refactor MxHashTable/MxVariableTable * Use MxS8 for Compare return type * Cursor::DeleteMatch check and clang fix
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
||||
MxString operator+(const char*);
|
||||
MxString& operator+=(const char*);
|
||||
|
||||
inline MxS8 Compare(const MxString& p_str) const { return strcmp(m_data, p_str.m_data); }
|
||||
inline const char* GetData() const { return m_data; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user