mirror of
https://github.com/isledecomp/isle.git
synced 2025-03-22 04:35:28 -04:00
19 lines
322 B
C++
19 lines
322 B
C++
#include "legoworldpresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x100665c0 STUB
|
|
LegoWorldPresenter::LegoWorldPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10066770 STUB
|
|
LegoWorldPresenter::~LegoWorldPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100665b0 STUB
|
|
void LegoWorldPresenter::configureLegoWorldPresenter(int param_1)
|
|
{
|
|
// TODO
|
|
}
|