aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/client/r2client.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/client/r2client.h')
-rw-r--r--NorthstarDLL/client/r2client.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/NorthstarDLL/client/r2client.h b/NorthstarDLL/client/r2client.h
index 64ed6c61..ea263dbc 100644
--- a/NorthstarDLL/client/r2client.h
+++ b/NorthstarDLL/client/r2client.h
@@ -1,11 +1,7 @@
#pragma once
-// use the R2 namespace for game funcs
-namespace R2
-{
- extern char* g_pLocalPlayerUserID;
- extern char* g_pLocalPlayerOriginToken;
+extern char* g_pLocalPlayerUserID;
+extern char* g_pLocalPlayerOriginToken;
- typedef void* (*GetBaseLocalClientType)();
- extern GetBaseLocalClientType GetBaseLocalClient;
-} // namespace R2
+typedef void* (*GetBaseLocalClientType)();
+extern GetBaseLocalClientType GetBaseLocalClient;