mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Update legomodelpresenter.cpp
This commit is contained in:
parent
a6ac9f8dff
commit
4895cc165c
@ -3,18 +3,18 @@
|
|||||||
// GLOBAL: LEGO1 0x100f7ae0
|
// GLOBAL: LEGO1 0x100f7ae0
|
||||||
int g_modelPresenterConfig = 1;
|
int g_modelPresenterConfig = 1;
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1007f660
|
|
||||||
void LegoModelPresenter::configureLegoModelPresenter(MxS32 p_modelPresenterConfig)
|
|
||||||
{
|
|
||||||
g_modelPresenterConfig = p_modelPresenterConfig;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1000cca0
|
// FUNCTION: LEGO1 0x1000cca0
|
||||||
void LegoModelPresenter::Destroy()
|
void LegoModelPresenter::Destroy()
|
||||||
{
|
{
|
||||||
Destroy(FALSE);
|
Destroy(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x1007f660
|
||||||
|
void LegoModelPresenter::configureLegoModelPresenter(MxS32 p_modelPresenterConfig)
|
||||||
|
{
|
||||||
|
g_modelPresenterConfig = p_modelPresenterConfig;
|
||||||
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1007f670
|
// STUB: LEGO1 0x1007f670
|
||||||
void LegoModelPresenter::Destroy(MxBool p_fromDestructor)
|
void LegoModelPresenter::Destroy(MxBool p_fromDestructor)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user