mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
18 lines
326 B
C
18 lines
326 B
C
|
#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
|