mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
20 lines
292 B
C++
20 lines
292 B
C++
|
#include "legoentitypresenter.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x10053440
|
||
|
LegoEntityPresenter::LegoEntityPresenter()
|
||
|
{
|
||
|
Init();
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100535d0 STUB
|
||
|
LegoEntityPresenter::~LegoEntityPresenter()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEG01 0x100535c0 STUB
|
||
|
void LegoEntityPresenter::Init()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|