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