mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05: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
|
|
}
|