mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
14 lines
208 B
C++
14 lines
208 B
C++
#include "legoentitypresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x10053440
|
|
LegoEntityPresenter::LegoEntityPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEG01 0x100535c0
|
|
void LegoEntityPresenter::Init()
|
|
{
|
|
// TODO
|
|
}
|