mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
16 lines
160 B
C++
16 lines
160 B
C++
#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
|