feat(ui): improve CSimpleStatusBar

This commit is contained in:
VDm 2025-08-12 00:47:58 +04:00
parent fcc3be490c
commit ff2a0da254
9 changed files with 75 additions and 4 deletions

View file

@ -20,6 +20,10 @@ class CSimpleMessageScrollFrame : public CSimpleHyperlinkedFrame {
// Virtual member functions
virtual bool IsA(int32_t type);
virtual int32_t GetScriptMetaTable();
// Member variables
int32_t m_atTop = 0;
int32_t m_atBottom = 1;
};
#endif