Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarCharSelection.hpp
diff options
context:
space:
mode:
authorVladimir Krasheninnikov <boba09@list.ru>2025-02-08 20:40:33 +0100
committerVladimir Krasheninnikov <boba09@list.ru>2025-02-08 20:40:33 +0100
commit0d860dc2e3832d5cb460e4d474b7e08c090a791a (patch)
tree1923174c217f39ad11451dc8f18961e4785dd068 /source/frontend/StarCharSelection.hpp
parent4244b60fd27122368d6a685199ddf325dfdd1c2e (diff)
Search character by name
Diffstat (limited to 'source/frontend/StarCharSelection.hpp')
-rw-r--r--source/frontend/StarCharSelection.hpp2
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;