isle/LEGO1/infocenter.cpp

30 lines
355 B
C++
Raw Normal View History

#include "infocenter.h"
// OFFSET: LEGO1 0x1006ea20 STUB
Infocenter::Infocenter()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x1006ec90 STUB
Infocenter::~Infocenter()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x1006ef10 STUB
2023-10-24 19:38:27 -04:00
MxLong Infocenter::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}
// OFFSET: LEGO1 0x10070af0 STUB
MxResult Infocenter::Tickle()
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}