Files
isle/LEGO1/elevatorbottom.cpp
2023-11-30 09:25:32 -05:00

22 lines
269 B
C++

#include "elevatorbottom.h"
// STUB: LEGO1 0x10017e90
ElevatorBottom::ElevatorBottom()
{
// TODO
}
// STUB: LEGO1 0x10018060
ElevatorBottom::~ElevatorBottom()
{
// TODO
}
// STUB: LEGO1 0x10018150
MxLong ElevatorBottom::Notify(MxParam& p)
{
// TODO
return 0;
}