diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-07-26 20:45:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-07-26 20:45:16 +0200 |
commit | dda3bcd3bd228da1fb18ac1786b690270bf391f0 (patch) | |
tree | 511f82e5a7bbed573e3059f4428b345e561535c5 /include | |
parent | 2ed4776bb1d49ab420dd4abded8a34f99d31e4d4 (diff) |
Matrix: greatly improve performance when entering a very large room (initially and later on)
Diffstat (limited to 'include')
-rw-r--r-- | include/StringUtils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp index cd18366..f59cbf8 100644 --- a/include/StringUtils.hpp +++ b/include/StringUtils.hpp @@ -19,4 +19,5 @@ namespace QuickMedia { bool string_starts_with(const std::string &str, const char *sub); bool string_ends_with(const std::string &str, const std::string &ends_with_str); size_t str_find_case_insensitive(const std::string &str, size_t start_index, const char *substr, size_t substr_len); + bool strcase_equals(const char *str1, const char *str2); }
\ No newline at end of file |