diff options
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 a9ec3c9a..5a4522b4 100644 --- a/NorthstarDedicatedTest/logging.h +++ b/NorthstarDedicatedTest/logging.h @@ -1,4 +1,5 @@ #pragma once #include "context.h" -void InitialiseLogging();
\ No newline at end of file +void InitialiseLogging(); +void InitialiseEngineSpewFuncHooks(HMODULE baseAddress);
\ No newline at end of file |