From 61f8c666fea0ccd6c2637be4d1bd6aa875b65926 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 May 2025 23:23:36 +0200 Subject: Separate audio into output and input --- include/Utils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Utils.hpp') diff --git a/include/Utils.hpp b/include/Utils.hpp index 1415209..38088be 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -15,6 +15,7 @@ namespace gsr { void string_split_char(std::string_view str, char delimiter, StringSplitCallback callback_func); bool starts_with(std::string_view str, const char *substr); + bool ends_with(std::string_view str, const char *substr); std::string get_home_dir(); std::string get_config_dir(); -- cgit v1.2.3-70-g09d2