diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-06-23 22:57:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-06-23 22:57:40 +0200 |
commit | 29c9ef23c41d91603cc2860ac233c30b6ade54e3 (patch) | |
tree | 037b415eda2b4b2fdeec6aeea0d8894ed5d70eb3 /include | |
parent | 47d594f0676a644e7c072331a009ceb46de8f62e (diff) |
Dramacool: fix video not working sometimes by adding support for more video backends: doodstream
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 002b4c2..8afb2e7 100644 --- a/include/StringUtils.hpp +++ b/include/StringUtils.hpp @@ -35,4 +35,5 @@ namespace QuickMedia { std::string seconds_to_relative_time_str(time_t seconds); std::string seconds_to_duration(int seconds); std::string number_separate_thousand_commas(const std::string &number); + bool generate_random_characters(char *buffer, int buffer_size, const char *alphabet, size_t alphabet_size); }
\ No newline at end of file |