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