isle/LEGO1/legolocomotionanimpresenter.cpp
2023-10-25 01:38:27 +02:00

13 lines
230 B
C++

#include "legolocomotionanimpresenter.h"
// OFFSET: LEGO1 0x1006cdd0
LegoLocomotionAnimPresenter::LegoLocomotionAnimPresenter()
{
Init();
}
// OFFSET: LEGO1 0x1006d0b0 STUB
void LegoLocomotionAnimPresenter::Init()
{
// TODO
}