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/shared/maxplayers.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'NorthstarDLL/shared/maxplayers.h') diff --git a/NorthstarDLL/shared/maxplayers.h b/NorthstarDLL/shared/maxplayers.h index b251f6a6..40a3ac58 100644 --- a/NorthstarDLL/shared/maxplayers.h +++ b/NorthstarDLL/shared/maxplayers.h @@ -1,7 +1,3 @@ #pragma once -// should we use R2 for this? not sure -namespace R2 // use R2 namespace for game funcs -{ - int GetMaxPlayers(); -} // namespace R2 +int GetMaxPlayers(); -- cgit v1.2.3