diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index b90f64a..3cb735c 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -66,6 +66,8 @@ namespace QuickMedia { // TODO: Ignore dot, whitespace and special characters void filter_search_fuzzy(const std::string &text); + bool no_items_visible() const; + sf::Text title_text; sf::Text progress_text; sf::Text author_text; |