Export function

This commit is contained in:
Christian Semmler 2025-08-15 08:51:54 -07:00
parent 7113f16c72
commit 6cb70c402c
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -9,7 +9,7 @@
// SIZE 0x10
class MxString : public MxCore {
public:
MxString();
LEGO1_EXPORT MxString();
MxString(const MxString& p_str);
LEGO1_EXPORT MxString(const char* p_str);
MxString(const char* p_str, MxU16 p_maxlen);