diff options
Diffstat (limited to 'NorthstarDLL/logging.h')
-rw-r--r-- | NorthstarDLL/logging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDLL/logging.h b/NorthstarDLL/logging.h new file mode 100644 index 00000000..2e78c81a --- /dev/null +++ b/NorthstarDLL/logging.h @@ -0,0 +1,7 @@ +#pragma once +#include "context.h" + +void CreateLogFiles(); +void InitialiseLogging(); +void InitialiseEngineSpewFuncHooks(HMODULE baseAddress); +void InitialiseClientPrintHooks(HMODULE baseAddress);
\ No newline at end of file |