mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
improved accuracy of library headers
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
#ifndef MXSTRING_H
|
||||
#define MXSTRING_H
|
||||
|
||||
class MxString
|
||||
#include "mxcore.h"
|
||||
|
||||
class MxString : public MxCore
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) virtual ~MxString();
|
||||
|
||||
private:
|
||||
int m_unk00;
|
||||
int m_unk04;
|
||||
int m_unk08;
|
||||
int m_unk0c;
|
||||
char *m_data;
|
||||
unsigned short m_length;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user