Update legoworld.cpp

This commit is contained in:
Misha 2024-01-16 19:49:56 -05:00
parent e316efe2f5
commit e027b2024e
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -151,18 +151,18 @@ void LegoWorld::EndAction(MxCore* p_object)
{
}
// STUB: LEGO1 0x10021a70
void LegoWorld::VTable0x68(MxBool p_add)
{
// TODO
}
// STUB: LEGO1 0x100213a0
MxPresenter* LegoWorld::FindPresenter(const char* p_presenter, const char* p_name)
{
return NULL;
}
// STUB: LEGO1 0x10021a70
void LegoWorld::VTable0x68(MxBool p_add)
{
// TODO
}
// FUNCTION: LEGO1 0x10022080
MxResult LegoWorld::Tickle()
{