diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-06-27 15:06:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 15:06:24 +0200 |
commit | be37827d471f2f7c6f1ea88edcf97eda539fd72f (patch) | |
tree | d15ccf95a74ed42ba12639368dc090fefd1f7db7 /NorthstarDedicatedTest/ExploitFixes.h | |
parent | 50bb5f3cdd9141dfb48c0d3cb46db185c9c0f708 (diff) | |
parent | 5311105b5ca02ba769d9e01e9ff9d6cc85b82d4a (diff) | |
download | NorthstarLauncher-be37827d471f2f7c6f1ea88edcf97eda539fd72f.tar.gz NorthstarLauncher-be37827d471f2f7c6f1ea88edcf97eda539fd72f.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/ExploitFixes.h')
-rw-r--r-- | NorthstarDedicatedTest/ExploitFixes.h | 3 |
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 |