mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Add stub ViewLODListManager::Lookup
This commit is contained in:
parent
9d528c01b3
commit
6d8c858df3
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user