diff options
Diffstat (limited to 'include/d/lyt/d_structd.h')
| -rw-r--r-- | include/d/lyt/d_structd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/lyt/d_structd.h b/include/d/lyt/d_structd.h index 346dda60..c3d75d2a 100644 --- a/include/d/lyt/d_structd.h +++ b/include/d/lyt/d_structd.h @@ -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; |
