diff options
author | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2022-01-29 12:21:41 +0300 |
---|---|---|
committer | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2022-01-29 12:21:41 +0300 |
commit | 800b2a7dbd9c344873841e225407b3fcd6d29fe0 (patch) | |
tree | c6ca9b1842fd5ca4bcbd537a818249fe2a5f2b81 /NorthstarDedicatedTest/logging.h | |
parent | b9c611229e87075bd64ac2b8b8e8a736723daeca (diff) | |
download | NorthstarLauncher-800b2a7dbd9c344873841e225407b3fcd6d29fe0.tar.gz NorthstarLauncher-800b2a7dbd9c344873841e225407b3fcd6d29fe0.zip |
add TextMsg logging
Diffstat (limited to 'NorthstarDedicatedTest/logging.h')
-rw-r--r-- | NorthstarDedicatedTest/logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/logging.h b/NorthstarDedicatedTest/logging.h index da13e46f..2e78c81a 100644 --- a/NorthstarDedicatedTest/logging.h +++ b/NorthstarDedicatedTest/logging.h @@ -3,4 +3,5 @@ void CreateLogFiles(); void InitialiseLogging(); -void InitialiseEngineSpewFuncHooks(HMODULE baseAddress);
\ No newline at end of file +void InitialiseEngineSpewFuncHooks(HMODULE baseAddress); +void InitialiseClientPrintHooks(HMODULE baseAddress);
\ No newline at end of file |