aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/ExploitFixes.h
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-08-25 00:30:30 +0200
committerGitHub <noreply@github.com>2022-08-24 23:30:30 +0100
commitcf9743e9b874b76e56a57d56e60e03aaa8a52ad6 (patch)
treefd15f8b2b8014fa3f2aad13b382077397150ca6b /NorthstarDLL/ExploitFixes.h
parenta37ef3ee985d1b5e1ba8803515785feea3371fcc (diff)
downloadNorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.tar.gz
NorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.zip
Change file name case sensitivity to lower case (#249)
To mirror how it is in refactor PR
Diffstat (limited to 'NorthstarDLL/ExploitFixes.h')
-rw-r--r--NorthstarDLL/ExploitFixes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/NorthstarDLL/ExploitFixes.h b/NorthstarDLL/ExploitFixes.h
deleted file mode 100644
index d0754d72..00000000
--- a/NorthstarDLL/ExploitFixes.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// KittenPopo's exploit fix hooks, feel free to add more here
-
-#pragma once
-#include "pch.h"
-
-namespace ExploitFixes
-{
- // This callback will be ran muliple times on multiple module loads
- void LoadCallback_MultiModule(HMODULE baseAddress);
-
- void LoadCallback_Full(HMODULE unused);
-} // namespace ExploitFixes