aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/gameutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.h')
-rw-r--r--NorthstarDedicatedTest/gameutils.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/gameutils.h b/NorthstarDedicatedTest/gameutils.h
index 5b0a04a5..69da4325 100644
--- a/NorthstarDedicatedTest/gameutils.h
+++ b/NorthstarDedicatedTest/gameutils.h
@@ -195,6 +195,17 @@ extern char* g_LocalPlayerOriginToken;
// misc stuff
extern ConVar* Cvar_match_defaultMap;
+extern ConVar* Cvar_communities_hostname;
+
+typedef void(*ErrorType)(const char* fmt, ...);
+extern ErrorType Error;
+
+typedef CCommandLine*(*CommandLineType)();
+extern CommandLineType CommandLine;
+
+typedef double(*Plat_FloatTimeType)();
+extern Plat_FloatTimeType Plat_FloatTime;
void InitialiseEngineGameUtilFunctions(HMODULE baseAddress);
-void InitialiseServerGameUtilFunctions(HMODULE baseAddress); \ No newline at end of file
+void InitialiseServerGameUtilFunctions(HMODULE baseAddress);
+void InitialiseTier0GameUtilFunctions(HMODULE baseAddress); \ No newline at end of file