mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 09:41:15 +00:00
61 lines
1004 B
C++
61 lines
1004 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
|
|
}
|
|
|
|
// STUB: LEGO1 0x10079920
|
|
// STUB: BETA10 0x1007225d
|
|
void LegoCarBuildAnimPresenter::FUN_10079920(float param_1)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10079ca0
|
|
// STUB: BETA10 0x10072740
|
|
MxBool LegoCarBuildAnimPresenter::FUN_10079ca0(const char* param_1)
|
|
{
|
|
// TODO; pretty short
|
|
return FALSE;
|
|
}
|