2023-06-29 04:10:08 -04:00
|
|
|
#include "legoworldpresenter.h"
|
|
|
|
|
2023-11-02 06:54:08 -04:00
|
|
|
// 0x100f75d4
|
|
|
|
undefined4 g_LegoWorldPresenterQuality = 1;
|
|
|
|
|
2023-11-21 03:44:45 -05:00
|
|
|
// OFFSET: LEGO1 0x100665b0
|
|
|
|
void LegoWorldPresenter::configureLegoWorldPresenter(int p_quality)
|
|
|
|
{
|
|
|
|
g_LegoWorldPresenterQuality = p_quality;
|
|
|
|
}
|
|
|
|
|
2023-11-02 06:54:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100665c0
|
2023-06-29 04:10:08 -04:00
|
|
|
LegoWorldPresenter::LegoWorldPresenter()
|
|
|
|
{
|
2023-11-02 06:54:08 -04:00
|
|
|
m_unk50 = 50000;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x10066770 STUB
|
|
|
|
LegoWorldPresenter::~LegoWorldPresenter()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|