mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-02 12:17:16 -05:00
26 lines
362 B
C++
26 lines
362 B
C++
|
#include "legojetskiraceactor.h"
|
||
|
|
||
|
// STUB: LEGO1 0x10081fc0
|
||
|
void LegoJetskiRaceActor::VTable0x6c()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// STUB: LEGO1 0x100822c0
|
||
|
void LegoJetskiRaceActor::VTable0x70(float p_float)
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// STUB: LEGO1 0x100822d0
|
||
|
void LegoJetskiRaceActor::VTable0x98()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// STUB: LEGO1 0x100822e0
|
||
|
void LegoJetskiRaceActor::VTable0x9c()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|