Add scalar ddtor annotations

This commit is contained in:
Christian Semmler
2024-01-09 05:31:00 -05:00
parent 58085df6b0
commit f6ced08b20
2 changed files with 9 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ private:
MxDouble m_buttonY; // 0x18
};
// SYNTHETIC: LEGO1 0x100655b0
// LegoMouseController::`scalar deleting destructor'
// VTABLE: LEGO1 0x100d8e08
// SIZE 0x38
class LegoPointOfViewController : public LegoMouseController {
@@ -91,4 +94,7 @@ protected:
LegoNavController* m_nav; // 0x30
};
// SYNTHETIC: LEGO1 0x10065750
// LegoPointOfViewController::`scalar deleting destructor'
#endif /* LEGOPOINTOFVIEWCONTROLLER_H */