diff options
author | Barichello <artur@barichello.me> | 2022-01-14 10:34:03 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-14 10:34:03 -0300 |
commit | c9d66513a85d5325d3d002ca16c82d8302ec0ea2 (patch) | |
tree | 4c4ab3ac8ed6d17343c3be1fcf17d1e31b87b68c /NorthstarDedicatedTest/logging.h | |
parent | d545b3d7d4eb02a84fa7cb9ce1ff591c81b08707 (diff) | |
download | NorthstarLauncher-c9d66513a85d5325d3d002ca16c82d8302ec0ea2.tar.gz NorthstarLauncher-c9d66513a85d5325d3d002ca16c82d8302ec0ea2.zip |
Add command line arg to disable logs
Diffstat (limited to 'NorthstarDedicatedTest/logging.h')
-rw-r--r-- | NorthstarDedicatedTest/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/logging.h b/NorthstarDedicatedTest/logging.h index 5a4522b4..da13e46f 100644 --- a/NorthstarDedicatedTest/logging.h +++ b/NorthstarDedicatedTest/logging.h @@ -1,5 +1,6 @@ #pragma once #include "context.h" +void CreateLogFiles(); void InitialiseLogging(); void InitialiseEngineSpewFuncHooks(HMODULE baseAddress);
\ No newline at end of file |