mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 04:51:16 +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>
39 lines
565 B
C++
39 lines
565 B
C++
#include "jetskirace.h"
|
|
|
|
DECOMP_SIZE_ASSERT(JetskiRace, 0x144)
|
|
|
|
// STUB: LEGO1 0x100162c0
|
|
MxResult JetskiRace::Create(MxDSAction& p_dsAction)
|
|
{
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100163b0
|
|
void JetskiRace::ReadyWorld()
|
|
{
|
|
}
|
|
|
|
// STUB: LEGO1 0x10016520
|
|
undefined4 JetskiRace::VTable0x74(undefined4)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100165a0
|
|
undefined4 JetskiRace::VTable0x6c(undefined4)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100166a0
|
|
undefined4 JetskiRace::VTable0x70(undefined4)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10016a10
|
|
MxBool JetskiRace::VTable0x64()
|
|
{
|
|
return TRUE;
|
|
}
|