isle/LEGO1/racecar.cpp
2023-08-22 12:20:42 -04:00

18 lines
224 B
C++

#include "racecar.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
// OFFSET: LEGO1 0x10028200
RaceCar::RaceCar()
{
this->m_unk13c = 40.0;
}
// OFFSET: LEGO1 0x10028420 STUB
RaceCar::~RaceCar()
{
// TODO
}