From 3cfd6f96e3f459223294cbf80fa2108424aefe96 Mon Sep 17 00:00:00 2001 From: p0358 Date: Fri, 6 Jan 2023 19:00:42 +0100 Subject: Fix issues of restriction of chat message charset (#391) --- NorthstarDLL/util/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NorthstarDLL/util/utils.h (limited to 'NorthstarDLL/util/utils.h') diff --git a/NorthstarDLL/util/utils.h b/NorthstarDLL/util/utils.h new file mode 100644 index 00000000..97b92f18 --- /dev/null +++ b/NorthstarDLL/util/utils.h @@ -0,0 +1,6 @@ +#pragma once + +namespace NS::Utils +{ + void RemoveAsciiControlSequences(char* str, bool allow_color_codes); +} -- cgit v1.2.3