isle/LEGO1/registrationbook.cpp
Christian Semmler d511461bb0 Fix MxParam p
2023-12-12 06:15:58 -05:00

22 lines
287 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_param)
{
// TODO
return 0;
}