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

22 lines
281 B
C++

#include "registrationbook.h"
// STUB: LEGO1 0x10076d20
RegistrationBook::RegistrationBook()
{
// TODO
}
// STUB: LEGO1 0x10076f50
RegistrationBook::~RegistrationBook()
{
// TODO
}
// STUB: LEGO1 0x100770e0
MxLong RegistrationBook::Notify(MxParam& p)
{
// TODO
return 0;
}