rename all uncertain names to unk (#203)

This commit is contained in:
Ramen2X
2023-10-13 17:36:16 -04:00
committed by GitHub
parent 34e09c2bb3
commit a24a798c82
13 changed files with 36 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ public:
// vtable + 0x40
virtual void ToQuaternion(MxVector4 *p_resultQuat);
virtual MxResult DoSomethingWithLength(const MxVector3 *p_vec);
virtual MxResult FUN_10002710(const MxVector3 *p_vec);
private:
float *m_data;