merge PR #901 - added dhw alternating operation

This commit is contained in:
Proddy
2023-01-22 12:17:39 +01:00
parent 66d5d3db8c
commit 7f5e3d3b4c
7 changed files with 128 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ class Helpers {
static std::string toLower(std::string const & s);
static std::string toUpper(std::string const & s);
static std::string toLower(const char * s);
static void CharToUpperUTF8(char * c);
static void replace_char(char * str, char find, char replace);