re-type members

This commit is contained in:
Christian Semmler 2023-07-02 14:36:17 +02:00
parent 6e02cccb6c
commit 686e152ede
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -1,6 +1,8 @@
#ifndef MXDSOBJECT_H #ifndef MXDSOBJECT_H
#define MXDSOBJECT_H #define MXDSOBJECT_H
#include "decomp.h"
#include "mxcore.h" #include "mxcore.h"
#include "mxatomid.h" #include "mxatomid.h"
#include "mxdstypes.h" #include "mxdstypes.h"
@ -43,16 +45,15 @@ class MxDSObject : public MxCore
inline void SetType(MxDSType p_type) { this->m_type = p_type; } inline void SetType(MxDSType p_type) { this->m_type = p_type; }
private: private:
unsigned int m_unk08; undefined4 m_unk08;
MxS16 m_type; MxU16 m_type;
char* m_sourceName; char* m_sourceName;
int m_unk14; undefined4 m_unk14;
char *m_objectName; char *m_objectName;
int m_unk1c; undefined4 m_unk1c;
MxAtomId m_atomId; MxAtomId m_atomId;
MxS16 m_unk24; MxS16 m_unk24;
MxU16 m_unk26; undefined4 m_unk28;
int m_unk28;
}; };
#endif // MXDSOBJECT_H #endif // MXDSOBJECT_H