mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
Add scalar ddtor annotations
This commit is contained in:
parent
58085df6b0
commit
f6ced08b20
2 changed files with 9 additions and 0 deletions
|
@ -47,4 +47,7 @@ class LegoCameraController : public LegoPointOfViewController {
|
|||
Matrix4Data m_matrix2; // 0x80
|
||||
};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10011f50
|
||||
// LegoCameraController::`scalar deleting destructor'
|
||||
|
||||
#endif // LEGOCAMERACONTROLLER_H
|
||||
|
|
|
@ -35,6 +35,9 @@ class LegoMouseController : public MxCore {
|
|||
MxDouble m_buttonY; // 0x18
|
||||
};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100655b0
|
||||
// LegoMouseController::`scalar deleting destructor'
|
||||
|
||||
// VTABLE: LEGO1 0x100d8e08
|
||||
// SIZE 0x38
|
||||
class LegoPointOfViewController : public LegoMouseController {
|
||||
|
@ -91,4 +94,7 @@ class LegoPointOfViewController : public LegoMouseController {
|
|||
LegoNavController* m_nav; // 0x30
|
||||
};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10065750
|
||||
// LegoPointOfViewController::`scalar deleting destructor'
|
||||
|
||||
#endif /* LEGOPOINTOFVIEWCONTROLLER_H */
|
||||
|
|
Loading…
Reference in a new issue