diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-09 03:29:56 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-09 03:29:56 +0000 |
commit | 99d58d760032ff89ff91df9afc58e23b50c011b9 (patch) | |
tree | 9a76211e31cc16366fc44fb7c07ef705231b5793 /NorthstarDedicatedTest/gameutils.h | |
parent | 2d31b6857683719e38d05052a11e1eff67807df9 (diff) | |
download | NorthstarLauncher-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.h | 3 |
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 |