isle/LEGO1/legoentitypresenter.cpp
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

14 lines
208 B
C++

#include "legoentitypresenter.h"
// OFFSET: LEGO1 0x10053440
LegoEntityPresenter::LegoEntityPresenter()
{
// TODO
}
// OFFSET: LEG01 0x100535c0
void LegoEntityPresenter::Init()
{
// TODO
}