mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-21 05:12:32 -05:00
4314d3e297
* Push changes * Update score.cpp * fix * Update score.h * Fixes/matches --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
38 lines
525 B
C++
38 lines
525 B
C++
#include "bike.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Bike, 0x164);
|
|
|
|
// FUNCTION: LEGO1 0x10076670
|
|
Bike::Bike()
|
|
{
|
|
this->m_unk0x13c = 20.0;
|
|
this->m_unk0x150 = 3.0;
|
|
this->m_unk0x148 = 1;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100768f0
|
|
MxResult Bike::Create(MxDSAction& p_dsAction)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10076920
|
|
void Bike::VTable0xe4()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100769a0
|
|
MxU32 Bike::VTable0xcc()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10076aa0
|
|
MxU32 Bike::VTable0xd4(LegoControlManagerEvent& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|