mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix
This commit is contained in:
parent
6b5d08f387
commit
bbaf2f507e
@ -18,7 +18,7 @@ class MxString : public MxCore {
|
|||||||
void Reverse();
|
void Reverse();
|
||||||
void ToUpperCase();
|
void ToUpperCase();
|
||||||
void ToLowerCase();
|
void ToLowerCase();
|
||||||
LEGO1_EXPORT void MapPathToFilesystem() { MapPathToFilesystem(m_data); }
|
void MapPathToFilesystem() { MapPathToFilesystem(m_data); }
|
||||||
|
|
||||||
MxString& operator=(const MxString& p_str);
|
MxString& operator=(const MxString& p_str);
|
||||||
const MxString& operator=(const char* p_str);
|
const MxString& operator=(const char* p_str);
|
||||||
@ -27,7 +27,7 @@ class MxString : public MxCore {
|
|||||||
MxString& operator+=(const char* p_str);
|
MxString& operator+=(const char* p_str);
|
||||||
|
|
||||||
static void CharSwap(char* p_a, char* p_b);
|
static void CharSwap(char* p_a, char* p_b);
|
||||||
static void MapPathToFilesystem(char* p_path);
|
LEGO1_EXPORT static void MapPathToFilesystem(char* p_path);
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x10017c50
|
// FUNCTION: BETA10 0x10017c50
|
||||||
char* GetData() const { return m_data; }
|
char* GetData() const { return m_data; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user