diff options
author | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2021-12-27 14:53:25 +0300 |
---|---|---|
committer | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2021-12-27 14:53:25 +0300 |
commit | 07d508ed4ebcd247250b8a983e5c85dffee4d5ef (patch) | |
tree | 5903cd26dcfac89acfc01ff81a637fcbf816da9f /NorthstarDedicatedTest/hooks.h | |
parent | 81ae893c31fe462650b9793076df2467fd897181 (diff) | |
download | NorthstarLauncher-07d508ed4ebcd247250b8a983e5c85dffee4d5ef.tar.gz NorthstarLauncher-07d508ed4ebcd247250b8a983e5c85dffee4d5ef.zip |
initial work on maxplayers
Diffstat (limited to 'NorthstarDedicatedTest/hooks.h')
-rw-r--r-- | NorthstarDedicatedTest/hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/hooks.h b/NorthstarDedicatedTest/hooks.h index 972b38a6..012b12ec 100644 --- a/NorthstarDedicatedTest/hooks.h +++ b/NorthstarDedicatedTest/hooks.h @@ -4,4 +4,4 @@ void InstallInitialHooks(); typedef void(*DllLoadCallbackFuncType)(HMODULE moduleAddress); -void AddDllLoadCallback(std::string dll, DllLoadCallbackFuncType callback);
\ No newline at end of file +void AddDllLoadCallback(std::string dll, DllLoadCallbackFuncType callback, bool preinit = false);
\ No newline at end of file |