mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoWEGEdge
functions (#1259)
* Implement/match `LegoWEGEdge::VTable0x04` * Implement/match `LegoWEGEdge::FUN_1009aea0` * Rename
This commit is contained in:

committed by
GitHub

parent
3e6d789324
commit
cbc3d7227e
@@ -19,6 +19,12 @@ struct LegoEdge {
|
||||
|
||||
LegoResult FUN_1002ddc0(LegoWEEdge& p_face, Vector3& p_point);
|
||||
|
||||
// FUNCTION: BETA10 0x10184170
|
||||
LegoWEEdge* GetFaceA() { return m_faceA; }
|
||||
|
||||
// FUNCTION: BETA10 0x10184190
|
||||
LegoWEEdge* GetFaceB() { return m_faceB; }
|
||||
|
||||
// FUNCTION: BETA10 0x1001cb80
|
||||
Vector3* GetPointA() { return m_pointA; }
|
||||
|
||||
|
Reference in New Issue
Block a user