mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
add back BETA annotation
This commit is contained in:
parent
9deeec4207
commit
668784da55
@ -151,6 +151,7 @@ class Vector2 {
|
|||||||
virtual void SetVector(float* p_other) { EqualsImpl(p_other); } // vtable+0x70
|
virtual void SetVector(float* p_other) { EqualsImpl(p_other); } // vtable+0x70
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10002260
|
// FUNCTION: LEGO1 0x10002260
|
||||||
|
// FUNCTION: BETA10 0x100110c0
|
||||||
virtual void SetVector(const Vector2* p_other) { EqualsImpl(p_other->m_data); } // vtable+0x6c
|
virtual void SetVector(const Vector2* p_other) { EqualsImpl(p_other->m_data); } // vtable+0x6c
|
||||||
|
|
||||||
// Note: it's unclear whether Vector3::operator= has been defined explicitly
|
// Note: it's unclear whether Vector3::operator= has been defined explicitly
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user