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

22 lines
269 B
C++

#include "infocenterdoor.h"
// STUB: LEGO1 0x10037730
InfocenterDoor::InfocenterDoor()
{
// TODO
}
// STUB: LEGO1 0x100378f0
InfocenterDoor::~InfocenterDoor()
{
// TODO
}
// STUB: LEGO1 0x100379e0
MxLong InfocenterDoor::Notify(MxParam& p)
{
// TODO
return 0;
}