isle/LEGO1/legoworldpresenter.cpp

20 lines
322 B
C++
Raw Normal View History

#include "legoworldpresenter.h"
// OFFSET: LEGO1 0x100665c0 STUB
LegoWorldPresenter::LegoWorldPresenter()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10066770 STUB
LegoWorldPresenter::~LegoWorldPresenter()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x100665b0 STUB
void LegoWorldPresenter::configureLegoWorldPresenter(int param_1)
{
2023-10-24 19:38:27 -04:00
// TODO
}