From 0438b5c8cfa99ac01c7e142d959aa40f88f1cc70 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:24:07 +0000 Subject: Cherry pick "remove unnecessary namespaces" from primedev (#618) Cherry-picks the removal of unnecessary namespaces from `primedev` https://github.com/F1F7Y/NorthstarPrime/ Co-authored-by: F1F7Y --- NorthstarDLL/util/utils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'NorthstarDLL/util/utils.h') 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); -- cgit v1.2.3