mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 12:41:15 +00:00
* Fix size annotations for legoomni
Fix structure and add placeholder annotations for LegoAnimActor and subclasses
* Fix LegoCarRaceActor constructor
Fix function name in LegoRaceCar
* Add size assertions for legoomni and fix sizes
* Various style fixes
* Use other marker so vtable.py doesn't compare
* Revert "Use other marker so vtable.py doesn't compare"
This reverts commit 608985cd73.
* Fix copy/paste error
* Remove stale comment.
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
46 lines
717 B
C++
46 lines
717 B
C++
#include "legocarbuildanimpresenter.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
|
|
}
|