diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index a888ffb..528327e 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -27,6 +27,7 @@ namespace QuickMedia { void update(); void onWindowResize(const sf::Vector2f &window_size); void clear(); + void set_text(const std::string &text); void append_text(const std::string &text_to_add); void set_position(sf::Vector2f pos); void set_editable(bool editable); |