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>
17 lines
256 B
C++
17 lines
256 B
C++
#include "mxunknown100dbdbc.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxUnknown100dbdbc, 0x14)
|
|
|
|
// STUB: LEGO1 0x100a6fd0
|
|
MxUnknown100dbdbc::MxUnknown100dbdbc()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100a7130
|
|
MxUnknown100dbdbc::~MxUnknown100dbdbc()
|
|
{
|
|
// TODO
|
|
}
|