isle-portable/LEGO1/elevatorbottom.cpp

22 lines
290 B
C++
Raw Normal View History

#include "elevatorbottom.h"
// OFFSET: LEGO1 0x10017e90 STUB
ElevatorBottom::ElevatorBottom()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10018060 STUB
ElevatorBottom::~ElevatorBottom()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10018150 STUB
2023-10-24 19:38:27 -04:00
MxLong ElevatorBottom::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}