isle-portable/LEGO1/legorace.cpp

22 lines
254 B
C++
Raw Normal View History

#include "legorace.h"
// OFFSET: LEGO1 0x10015aa0 STUB
LegoRace::LegoRace()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10015d40 STUB
LegoRace::~LegoRace()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10015e00 STUB
2023-10-24 19:38:27 -04:00
MxLong LegoRace::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}