aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/r2client.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/r2client.h')
-rw-r--r--NorthstarDedicatedTest/r2client.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/r2client.h b/NorthstarDedicatedTest/r2client.h
new file mode 100644
index 00000000..f4e0c8a8
--- /dev/null
+++ b/NorthstarDedicatedTest/r2client.h
@@ -0,0 +1,11 @@
+#pragma once
+
+// use the R2 namespace for game funcs
+namespace R2
+{
+ extern char* g_LocalPlayerUserID;
+ extern char* g_LocalPlayerOriginToken;
+
+ typedef void* (*GetBaseLocalClientType)();
+ extern GetBaseLocalClientType GetBaseLocalClient;
+} // namespace R2 \ No newline at end of file