mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
20 lines
325 B
C++
20 lines
325 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
|
||
|
}
|