mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +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:
@@ -132,6 +132,9 @@ public:
|
||||
virtual MxBool VTable0x64() override; // vtable+0x64
|
||||
virtual void VTable0x68(MxBool p_add) override; // vtable+0x68
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1006ec60
|
||||
// Infocenter::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
void InitializeBitmaps();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user