mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-18 05:51:15 +00:00
46 lines
713 B
C++
46 lines
713 B
C++
#include "legocarbuildpresenter.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoCarBuildAnimPresenter, 0x150)
|
|
|
|
// STUB: LEGO1 0x10078400
|
|
LegoCarBuildAnimPresenter::LegoCarBuildAnimPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10078500
|
|
void LegoCarBuildAnimPresenter::RepeatingTickle()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10078680
|
|
LegoCarBuildAnimPresenter::~LegoCarBuildAnimPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10078790
|
|
void LegoCarBuildAnimPresenter::PutFrame()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100788c0
|
|
void LegoCarBuildAnimPresenter::ReadyTickle()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100789e0
|
|
void LegoCarBuildAnimPresenter::StreamingTickle()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10078db0
|
|
void LegoCarBuildAnimPresenter::EndAction()
|
|
{
|
|
// TODO
|
|
}
|