MRMJ-1: Messenger & Skills fixes

This commit is contained in:
Mind Rapist
2025-12-14 05:12:39 +02:00
parent 436db01a80
commit 7b08687023
46 changed files with 1258 additions and 60 deletions

View File

@@ -81,6 +81,9 @@ namespace UI
bool HasParent() { return m_pParent ? true : false; }
bool HasChild() { return m_pChildList.empty() ? false : true; }
int GetChildCount() { return m_pChildList.size(); }
#ifdef FIX_REFRESH_SKILL_COOLDOWN
const TWindowContainer& GetChildList() const { return m_pChildList; }
#endif
CWindow * GetRoot();
CWindow * GetParent();