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

30 lines
327 B
C++

#include "infocenter.h"
// STUB: LEGO1 0x1006ea20
Infocenter::Infocenter()
{
// TODO
}
// STUB: LEGO1 0x1006ec90
Infocenter::~Infocenter()
{
// TODO
}
// STUB: LEGO1 0x1006ef10
MxLong Infocenter::Notify(MxParam& p)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10070af0
MxResult Infocenter::Tickle()
{
// TODO
return 0;
}