From f425377e5b15dc97ce8caa484b3e282ec5df529c Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 13 Aug 2021 20:02:28 +0100 Subject: add local http server for auth --- NorthstarDedicatedTest/gameutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NorthstarDedicatedTest/gameutils.h') diff --git a/NorthstarDedicatedTest/gameutils.h b/NorthstarDedicatedTest/gameutils.h index 042e9bd5..ff987467 100644 --- a/NorthstarDedicatedTest/gameutils.h +++ b/NorthstarDedicatedTest/gameutils.h @@ -84,4 +84,8 @@ extern ConVar* Cvar_hostport; typedef const char*(*GetCurrentPlaylistType)(); extern GetCurrentPlaylistType GetCurrentPlaylistName; +// uid + +extern char* g_LocalPlayerUserID; + void InitialiseEngineGameUtilFunctions(HMODULE baseAddress); \ No newline at end of file -- cgit v1.2.3