diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-30 20:48:53 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-30 20:48:53 +0100 |
commit | 2497b700379205ea01c1aa0c55a19be523233be1 (patch) | |
tree | e1951f2e526663c6290e318cbcf807a0c018bb64 /NorthstarDedicatedTest/dedicated.h | |
parent | 06a59c70c1239de114e9bc0ce5c4ee8deabd1b6b (diff) | |
download | NorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.tar.gz NorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.zip |
add spewfunc, setplaylistvaroverride, dedicated changes
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.h')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dedicated.h b/NorthstarDedicatedTest/dedicated.h index ded6af70..459f47ee 100644 --- a/NorthstarDedicatedTest/dedicated.h +++ b/NorthstarDedicatedTest/dedicated.h @@ -1,6 +1,7 @@ #pragma once bool IsDedicated(); +bool DisableDedicatedWindowCreation(); void InitialiseDedicated(HMODULE moduleAddress); void InitialiseDedicatedOrigin(HMODULE baseAddress);
\ No newline at end of file |