mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
20 lines
257 B
C++
20 lines
257 B
C++
#include "motorcycle.h"
|
|
|
|
// OFFSET: LEGO1 0x100357b0
|
|
Motorcycle::Motorcycle()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10035c50
|
|
void Motorcycle::VTable0xcc()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10035bc0
|
|
void Motorcycle::VTable0xe4()
|
|
{
|
|
// TODO
|
|
}
|