mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
3e7cb6a7a8
* Match MxMediaPresenter::Init * LegoPalettePresenter::Init() * LegoPalettePresenter: for now, use undefined4 type
21 lines
352 B
C++
21 lines
352 B
C++
#include "legopalettepresenter.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoPalettePresenter, 0x68)
|
|
|
|
// OFFSET: LEGO1 0x10079e50
|
|
LegoPalettePresenter::LegoPalettePresenter()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1007a070 STUB
|
|
LegoPalettePresenter::~LegoPalettePresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1007a0d0
|
|
void LegoPalettePresenter::Init()
|
|
{
|
|
this->m_unk64 = 0;
|
|
}
|