mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
reccmp: vtable comparison (#452)
* Add vtable comparison to reccmp * Add missing scalar deleting destructors * Fix some vtables --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -89,6 +89,9 @@ public:
|
||||
void Dump(void (*pTracer)(const char*, ...)) const;
|
||||
#endif
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100a70c0
|
||||
// ViewLODListManager::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
ViewLODListMap m_map;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user