Add string function to strip all SCC characters

This commit is contained in:
Jonathan G Rennison
2020-12-16 02:04:57 +00:00
parent 207c79a736
commit d328f359c9
2 changed files with 23 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ void ValidateString(const char *str);
const char *str_fix_scc_encoded(char *str, const char *last);
void str_strip_colours(char *str);
std::string str_strip_all_scc(const char *str);
char *str_replace_wchar(char *str, const char *last, WChar find, WChar replace);
bool strtolower(char *str);