mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
22 lines
269 B
C++
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;
|
|
}
|