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