mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-21 05:12:32 -05:00
19c771b85d
* Implement/match LegoWorld::PresentersPending * Rename functions
41 lines
526 B
C++
41 lines
526 B
C++
#include "historybook.h"
|
|
|
|
// STUB: LEGO1 0x100822f0
|
|
HistoryBook::HistoryBook()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100824d0
|
|
HistoryBook::~HistoryBook()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10082610
|
|
MxResult HistoryBook::Create(MxDSAction& p_dsAction)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10082680
|
|
MxLong HistoryBook::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100826f0
|
|
void HistoryBook::ReadyWorld()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10082a10
|
|
MxBool HistoryBook::VTable0x64()
|
|
{
|
|
// TODO
|
|
return FALSE;
|
|
}
|