isle-portable/lib/mxstring.h

17 lines
160 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXSTRING_H
#define MXSTRING_H
class MxString
{
public:
private:
int m_unk00;
int m_unk04;
int m_unk08;
int m_unk0c;
};
#endif // MXSTRING_H