aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
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/NorthstarDedicatedTest.vcxproj.filters
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/NorthstarDedicatedTest.vcxproj.filters')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
index 4089f1ca..e9c52d1d 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1488,6 +1488,9 @@
<ClInclude Include="plugin_abi.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="debugoverlay.h">
+ <Filter>Header Files\Client</Filter>
+ </ClInclude>
<ClInclude Include="clientvideooverrides.h">
<Filter>Header Files\Client</Filter>
</ClInclude>
@@ -1658,6 +1661,9 @@
<ClCompile Include="plugins.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="debugoverlay.cpp">
+ <Filter>Source Files\Client</Filter>
+ </ClCompile>
<ClCompile Include="clientvideooverrides.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>