diff options
Diffstat (limited to 'NorthstarDLL/client/r2client.h')
-rw-r--r-- | NorthstarDLL/client/r2client.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDLL/client/r2client.h b/NorthstarDLL/client/r2client.h deleted file mode 100644 index ea263dbc..00000000 --- a/NorthstarDLL/client/r2client.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -extern char* g_pLocalPlayerUserID; -extern char* g_pLocalPlayerOriginToken; - -typedef void* (*GetBaseLocalClientType)(); -extern GetBaseLocalClientType GetBaseLocalClient; |