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