This commit is contained in:
Misha 2023-12-21 11:37:40 -05:00
parent 4ea7841661
commit 79b8a43ff5
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 0 additions and 27 deletions

View File

@ -1,11 +0,0 @@
#include "mxunknown100dbdbc.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(MxUnknown100dbdbc, 0x14)
// STUB: LEGO1 0x100a6fd0
MxUnknown100dbdbc::MxUnknown100dbdbc()
{
// TODO
}

View File

@ -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