aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/debugoverlay.h
diff options
context:
space:
mode:
authorr-ex <67599507+r-ex@users.noreply.github.com>2022-04-21 03:03:09 +0100
committerGitHub <noreply@github.com>2022-04-21 03:03:09 +0100
commitc2f9dd4695824a75e930db5eaea96f5df2f4ea27 (patch)
treecd971ad20fdbddf02e8e6a629da66b4b008ef2af /NorthstarDedicatedTest/debugoverlay.h
parent47ea109be0d73120ddfe6896494e1fce986515b3 (diff)
downloadNorthstarLauncher-c2f9dd4695824a75e930db5eaea96f5df2f4ea27.tar.gz
NorthstarLauncher-c2f9dd4695824a75e930db5eaea96f5df2f4ea27.zip
DebugOverlay (#106)
* DebugOverlay yea * default enable_debug_overlays to 0, and make FCVAR_CHEAT Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Diffstat (limited to 'NorthstarDedicatedTest/debugoverlay.h')
-rw-r--r--NorthstarDedicatedTest/debugoverlay.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/debugoverlay.h b/NorthstarDedicatedTest/debugoverlay.h
new file mode 100644
index 00000000..a300018c
--- /dev/null
+++ b/NorthstarDedicatedTest/debugoverlay.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void InitialiseDebugOverlay(HMODULE baseAddress); \ No newline at end of file