mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
re-type members
This commit is contained in:
parent
6e02cccb6c
commit
686e152ede
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user