diff options
author | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-08 20:40:33 +0100 |
---|---|---|
committer | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-08 20:40:33 +0100 |
commit | 0d860dc2e3832d5cb460e4d474b7e08c090a791a (patch) | |
tree | 1923174c217f39ad11451dc8f18961e4785dd068 /source/frontend/StarCharSelection.hpp | |
parent | 4244b60fd27122368d6a685199ddf325dfdd1c2e (diff) |
Search character by name
Diffstat (limited to 'source/frontend/StarCharSelection.hpp')
-rw-r--r-- | source/frontend/StarCharSelection.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarCharSelection.hpp b/source/frontend/StarCharSelection.hpp index 64e1343..b4837ca 100644 --- a/source/frontend/StarCharSelection.hpp +++ b/source/frontend/StarCharSelection.hpp @@ -26,6 +26,8 @@ private: PlayerStoragePtr m_playerStorage; unsigned m_downScroll; + String m_search; + List<Uuid> m_filteredList; CreateCharCallback m_createCallback; SelectCharacterCallback m_selectCallback; |