diff options
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; |