Add stub ViewLODListManager::Lookup

This commit is contained in:
Anonymous Maarten 2024-01-06 13:06:32 +01:00
parent 9d528c01b3
commit 6d8c858df3

View File

@ -42,6 +42,12 @@ ViewLODList* ViewLODListManager::Create(const ROIName& rROIName, int lodCount)
return pLODList; return pLODList;
} }
// STUB: LEGO1 0x100a75b0
ViewLODList* ViewLODListManager::Lookup(const ROIName&) const
{
return NULL;
}
// STUB: LEGO1 0x100a7680 // STUB: LEGO1 0x100a7680
void ViewLODListManager::Destroy(ViewLODList* lodList) void ViewLODListManager::Destroy(ViewLODList* lodList)
{ {