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