#include "infocenter.h"

// STUB: LEGO1 0x1006ea20
Infocenter::Infocenter()
{
	// TODO
}

// STUB: LEGO1 0x1006ec90
Infocenter::~Infocenter()
{
	// TODO
}

// STUB: LEGO1 0x1006ef10
MxLong Infocenter::Notify(MxParam& p_param)
{
	// TODO

	return 0;
}

// STUB: LEGO1 0x10070af0
MxResult Infocenter::Tickle()
{
	// TODO

	return 0;
}