mirror of
https://github.com/zeldaret/ss
synced 2026-08-19 22:02:02 -04:00
d_lyt_map skeleton
This commit is contained in:
@@ -90,6 +90,8 @@ public:
|
||||
void appendToList2(dLytStructD *other);
|
||||
void removeFromList2(dLytStructD *other);
|
||||
|
||||
bool fn_80065A30(dLytStructD *other);
|
||||
|
||||
private:
|
||||
TList<dLytStructC, offsetof(dLytStructC, mLink)> mList1;
|
||||
TList<dLytStructD, offsetof(dLytStructD, mLink)> mList2;
|
||||
|
||||
Reference in New Issue
Block a user