mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
15 lines
201 B
C++
15 lines
201 B
C++
#include "racecar.h"
|
|
|
|
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
|
|
|
|
// OFFSET: LEGO1 0x10028200
|
|
RaceCar::RaceCar()
|
|
{
|
|
this->m_unk13c = 40.0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10028420 STUB
|
|
RaceCar::~RaceCar()
|
|
{
|
|
// TODO
|
|
}
|