mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
add more MxString functions (#31)
This commit is contained in:
@@ -11,6 +11,10 @@ public:
|
||||
__declspec(dllexport) const MxString &operator=(const char *);
|
||||
|
||||
MxString();
|
||||
MxString(const char *);
|
||||
void ToUpperCase();
|
||||
void ToLowerCase();
|
||||
const MxString &operator=(MxString *);
|
||||
|
||||
private:
|
||||
char *m_data;
|
||||
|
Reference in New Issue
Block a user