mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
21 lines
254 B
C++
21 lines
254 B
C++
#include "legorace.h"
|
|
|
|
// OFFSET: LEGO1 0x10015aa0 STUB
|
|
LegoRace::LegoRace()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10015d40 STUB
|
|
LegoRace::~LegoRace()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10015e00 STUB
|
|
MxLong LegoRace::Notify(MxParam& p)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|