mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
initial commit
This commit is contained in:
16
lib/mxstring.h
Normal file
16
lib/mxstring.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
Reference in New Issue
Block a user