mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
LegoPalettePresenter::Init()
This commit is contained in:
parent
f49e97ea2f
commit
b47ce3fa5b
@ -1,5 +1,7 @@
|
|||||||
#include "legopalettepresenter.h"
|
#include "legopalettepresenter.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(LegoPalettePresenter, 0x68)
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10079e50
|
// OFFSET: LEGO1 0x10079e50
|
||||||
LegoPalettePresenter::LegoPalettePresenter()
|
LegoPalettePresenter::LegoPalettePresenter()
|
||||||
{
|
{
|
||||||
@ -12,8 +14,8 @@ LegoPalettePresenter::~LegoPalettePresenter()
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1007a0d0 STUB
|
// OFFSET: LEGO1 0x1007a0d0
|
||||||
void LegoPalettePresenter::Init()
|
void LegoPalettePresenter::Init()
|
||||||
{
|
{
|
||||||
// TODO
|
this->m_unk64 = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,6 +27,7 @@ class LegoPalettePresenter : public MxVideoPresenter
|
|||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
|
MxS32 m_unk64;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user