aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/logging.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-09-30 20:48:53 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-09-30 20:48:53 +0100
commit2497b700379205ea01c1aa0c55a19be523233be1 (patch)
treee1951f2e526663c6290e318cbcf807a0c018bb64 /NorthstarDedicatedTest/logging.h
parent06a59c70c1239de114e9bc0ce5c4ee8deabd1b6b (diff)
downloadNorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.tar.gz
NorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.zip
add spewfunc, setplaylistvaroverride, dedicated changes
Diffstat (limited to 'NorthstarDedicatedTest/logging.h')
-rw-r--r--NorthstarDedicatedTest/logging.h3
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