aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/util/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/util/utils.h')
-rw-r--r--NorthstarDLL/util/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/NorthstarDLL/util/utils.h b/NorthstarDLL/util/utils.h
index 97b92f18..85922692 100644
--- a/NorthstarDLL/util/utils.h
+++ b/NorthstarDLL/util/utils.h
@@ -1,6 +1,3 @@
#pragma once
-namespace NS::Utils
-{
- void RemoveAsciiControlSequences(char* str, bool allow_color_codes);
-}
+void RemoveAsciiControlSequences(char* str, bool allow_color_codes);