mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
fix
This commit is contained in:
parent
4ea7841661
commit
79b8a43ff5
@ -1,11 +0,0 @@
|
|||||||
#include "mxunknown100dbdbc.h"
|
|
||||||
|
|
||||||
#include "decomp.h"
|
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(MxUnknown100dbdbc, 0x14)
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x100a6fd0
|
|
||||||
MxUnknown100dbdbc::MxUnknown100dbdbc()
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
#ifndef MXUNKNOWN100DBDBC_H
|
|
||||||
#define MXUNKNOWN100DBDBC_H
|
|
||||||
|
|
||||||
#include "mxtypes.h"
|
|
||||||
|
|
||||||
// VTABLE: LEGO1 0x100dbdbc
|
|
||||||
// SIZE 0x14
|
|
||||||
class MxUnknown100dbdbc {
|
|
||||||
public:
|
|
||||||
MxUnknown100dbdbc();
|
|
||||||
|
|
||||||
private:
|
|
||||||
char m_unk0x4[0x14]; // TODO: change to 0x10 once scalar deconstructor is added
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // MXUNKNOWN100DBDBC_H
|
|
||||||
Loading…
Reference in New Issue
Block a user