aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-16 21:13:24 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-16 21:13:24 +0200
commit5cc735b22570f1667d62958e59ce4910b529f5af (patch)
tree75128a8926a48a612bc892d266032bd7afd9c2cf /include
parentde4825e548b990493b372237cbef9a790bf114c4 (diff)
Add MyAnimeList (wip)
Diffstat (limited to 'include')
-rw-r--r--include/StringUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp
index 888adbb..cc2acf4 100644
--- a/include/StringUtils.hpp
+++ b/include/StringUtils.hpp
@@ -21,4 +21,5 @@ namespace QuickMedia {
size_t str_find_case_insensitive(const std::string &str, size_t start_index, const char *substr, size_t substr_len);
char to_upper(char c);
bool strcase_equals(const char *str1, const char *str2);
+ bool to_num(const char *str, size_t size, int &num);
} \ No newline at end of file