mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
a06a360dc6
* Implement Lego3DManager * Update lego3dview.cpp * fix * fixes * fix wrong vtable address * Fixes/matches * Fix Lego3DView * Use undefined * More fixes * Rename * Rename pad * Add blank line * Delete stuff --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
18 lines
298 B
C++
18 lines
298 B
C++
#ifndef MXUNKNOWN100DBDBC_H
|
|
#define MXUNKNOWN100DBDBC_H
|
|
|
|
#include "decomp.h"
|
|
#include "mxtypes.h"
|
|
|
|
// VTABLE: LEGO1 0x100dbdbc
|
|
// SIZE 0x14
|
|
class MxUnknown100dbdbc {
|
|
public:
|
|
MxUnknown100dbdbc();
|
|
virtual ~MxUnknown100dbdbc();
|
|
|
|
private:
|
|
undefined m_unk0x4[0x10];
|
|
};
|
|
|
|
#endif // MXUNKNOWN100DBDBC_H
|