mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Export function
This commit is contained in:
parent
7113f16c72
commit
6cb70c402c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user