d_lyt_map skeleton

This commit is contained in:
robojumper
2024-11-23 22:44:53 +01:00
parent 7ead1b24c0
commit 547fcc4d21
11 changed files with 544 additions and 84 deletions
+2
View File
@@ -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;