From 0018788780d756dbf0d3a77f6b40b384183348f7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 14 Apr 2025 11:38:52 +0200 Subject: Redesign audio to support multiple audio tracks explicitly --- 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 19700df..1415209 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -14,6 +14,7 @@ namespace gsr { using StringSplitCallback = std::function; void string_split_char(std::string_view str, char delimiter, StringSplitCallback callback_func); + bool starts_with(std::string_view str, const char *substr); std::string get_home_dir(); std::string get_config_dir(); -- cgit v1.2.3-70-g09d2