aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/ExploitFixes.h
diff options
context:
space:
mode:
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