mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement LegoVideoManager::Create and related (#393)
* WIP * Match * Changes * Fix format * Style fixes * Update naming.yml * Match to ~85%
This commit is contained in:

committed by
GitHub

parent
1e43f20af5
commit
935ebe6910
28
LEGO1/viewmanager/viewlodlist.cpp
Normal file
28
LEGO1/viewmanager/viewlodlist.cpp
Normal file
@@ -0,0 +1,28 @@
|
||||
#include "viewlodlist.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(ViewLODListManager, 0x14);
|
||||
|
||||
// FUNCTION: LEGO1 0x100a6fd0
|
||||
ViewLODListManager::ViewLODListManager()
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a7130
|
||||
ViewLODListManager::~ViewLODListManager()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a72c0
|
||||
ViewLODList* ViewLODListManager::Create(const ROIName&, int lodCount)
|
||||
{
|
||||
// TODO
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a7680
|
||||
void ViewLODListManager::Destroy(ViewLODList* lodList)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user