mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +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
@@ -1,6 +1,7 @@
|
||||
#ifndef VIEWLODLIST_H
|
||||
#define VIEWLODLIST_H
|
||||
|
||||
#include "../mxstl/stlcompat.h"
|
||||
#include "../realtime/lodlist.h"
|
||||
#include "assert.h"
|
||||
#include "compat.h"
|
||||
@@ -59,6 +60,8 @@ struct ROINameComparator {
|
||||
// It stores ViewLODLists under a name, the name of the ROI where
|
||||
// the ViewLODList belongs.
|
||||
|
||||
// VTABLE: LEGO1 0x100dbdbc
|
||||
// SIZE 0x14
|
||||
class ViewLODListManager {
|
||||
|
||||
typedef map<ROIName, ViewLODList*, ROINameComparator> ViewLODListMap;
|
||||
|
||||
Reference in New Issue
Block a user