diff options
Diffstat (limited to 'NorthstarDedicatedTest/hooks.h')
-rw-r--r-- | NorthstarDedicatedTest/hooks.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/hooks.h b/NorthstarDedicatedTest/hooks.h new file mode 100644 index 00000000..972b38a6 --- /dev/null +++ b/NorthstarDedicatedTest/hooks.h @@ -0,0 +1,7 @@ +#pragma once +#include <string> + +void InstallInitialHooks(); + +typedef void(*DllLoadCallbackFuncType)(HMODULE moduleAddress); +void AddDllLoadCallback(std::string dll, DllLoadCallbackFuncType callback);
\ No newline at end of file |