diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-18 17:00:31 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-18 17:00:31 +0000 |
commit | 682a00eaac30139929b1bb179ae7f4aa1a038572 (patch) | |
tree | 7297415c1af1d125758efc9fbe1cd792192ffe8b /NorthstarDedicatedTest/miscclientfixes.h | |
parent | b0232efab1845cd47c639ad3cbc4e6d6db42c81e (diff) | |
download | NorthstarLauncher-682a00eaac30139929b1bb179ae7f4aa1a038572.tar.gz NorthstarLauncher-682a00eaac30139929b1bb179ae7f4aa1a038572.zip |
attempting to fix a client crash
Diffstat (limited to 'NorthstarDedicatedTest/miscclientfixes.h')
-rw-r--r-- | NorthstarDedicatedTest/miscclientfixes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/miscclientfixes.h b/NorthstarDedicatedTest/miscclientfixes.h new file mode 100644 index 00000000..1f0ad807 --- /dev/null +++ b/NorthstarDedicatedTest/miscclientfixes.h @@ -0,0 +1,2 @@ +#pragma once +void InitialiseMiscClientFixes(HMODULE baseAddress);
\ No newline at end of file |