aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/ExploitFixes.h
diff options
context:
space:
mode:
authorMaya <malte.hoermeyer@web.de>2022-06-26 22:16:50 +0200
committerGitHub <noreply@github.com>2022-06-26 22:16:50 +0200
commitd961347a611a8f4e670430008f562cdb042ffdd9 (patch)
tree138bf9fbd524f954dd7e8517e9434f5f4d91783c /NorthstarDedicatedTest/ExploitFixes.h
parent660062b934ac98077f08fde9a18f795be0b58b0f (diff)
downloadNorthstarLauncher-d961347a611a8f4e670430008f562cdb042ffdd9.tar.gz
NorthstarLauncher-d961347a611a8f4e670430008f562cdb042ffdd9.zip
Switch IsValveMod back to use a EnablerHook (#210)
* Switch IsValveMod back to use a EnablerHook KHook version no worky * Formatting >:(
Diffstat (limited to 'NorthstarDedicatedTest/ExploitFixes.h')
-rw-r--r--NorthstarDedicatedTest/ExploitFixes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/ExploitFixes.h b/NorthstarDedicatedTest/ExploitFixes.h
index 7a407a3d..1cafe758 100644
--- a/NorthstarDedicatedTest/ExploitFixes.h
+++ b/NorthstarDedicatedTest/ExploitFixes.h
@@ -6,4 +6,5 @@
namespace ExploitFixes
{
void LoadCallback(HMODULE unused);
-} \ No newline at end of file
+ void LoadCallbackEngine(HMODULE baseAddress);
+} // namespace ExploitFixes \ No newline at end of file