aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/gameutils.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-09 03:29:56 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-09 03:29:56 +0000
commit99d58d760032ff89ff91df9afc58e23b50c011b9 (patch)
tree9a76211e31cc16366fc44fb7c07ef705231b5793 /NorthstarDedicatedTest/gameutils.h
parent2d31b6857683719e38d05052a11e1eff67807df9 (diff)
downloadNorthstarLauncher-99d58d760032ff89ff91df9afc58e23b50c011b9.tar.gz
NorthstarLauncher-99d58d760032ff89ff91df9afc58e23b50c011b9.zip
restrict netchan limit checks to serverside calls only
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.h')
-rw-r--r--NorthstarDedicatedTest/gameutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/gameutils.h b/NorthstarDedicatedTest/gameutils.h
index 43f387d1..ff6a0fbf 100644
--- a/NorthstarDedicatedTest/gameutils.h
+++ b/NorthstarDedicatedTest/gameutils.h
@@ -234,6 +234,9 @@ extern CommandLineType CommandLine;
typedef double(*Plat_FloatTimeType)();
extern Plat_FloatTimeType Plat_FloatTime;
+typedef bool(*ThreadInServerFrameThreadType)();
+extern ThreadInServerFrameThreadType ThreadInServerFrameThread;
+
void InitialiseEngineGameUtilFunctions(HMODULE baseAddress);
void InitialiseServerGameUtilFunctions(HMODULE baseAddress);
void InitialiseTier0GameUtilFunctions(HMODULE baseAddress); \ No newline at end of file