mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPathController::FUN_10045c20 and LegoPathController ctor (#903)
* Implement/match LegoPathController::FUN_10045c20 and LegoPathController ctor * Remove obsolete struct
This commit is contained in:

committed by
GitHub

parent
c77dd44105
commit
5df947dbb9
@@ -15,6 +15,7 @@ public:
|
||||
virtual LegoResult VTable0x04(); // vtable+0x04
|
||||
|
||||
inline LegoU8 GetNumEdges() { return m_numEdges; }
|
||||
inline LegoEdge** GetEdges() { return m_edges; }
|
||||
inline LegoU32 IsEqual(LegoWEEdge& p_other) { return this == &p_other; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1009a570
|
||||
|
Reference in New Issue
Block a user