aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/ExploitFixes.h
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-03-24 00:55:20 +0100
committerGitHub <noreply@github.com>2022-03-24 00:55:20 +0100
commitb5405b462656b83a37bf1eb41b049b0913980a13 (patch)
treeb9e48626b49782161ddaff84ae257bfece72c257 /NorthstarDedicatedTest/ExploitFixes.h
parent178f1deca8fe94167307e1717cee7250a3f3b8b4 (diff)
parentde7deafc7e6ba53deec8dd3c05d2ea5e7cf42264 (diff)
downloadNorthstarLauncher-b5405b462656b83a37bf1eb41b049b0913980a13.tar.gz
NorthstarLauncher-b5405b462656b83a37bf1eb41b049b0913980a13.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/ExploitFixes.h')
-rw-r--r--NorthstarDedicatedTest/ExploitFixes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/ExploitFixes.h b/NorthstarDedicatedTest/ExploitFixes.h
new file mode 100644
index 00000000..49928640
--- /dev/null
+++ b/NorthstarDedicatedTest/ExploitFixes.h
@@ -0,0 +1,8 @@
+// KittenPopo's exploit fix hooks, feel free to add more here
+
+#pragma once
+#include "pch.h"
+
+namespace ExploitFixes {
+ void LoadCallback(HMODULE unused);
+}