aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-10-06 23:33:28 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-10-06 23:33:28 +0100
commitcb386ef4857f5a0f13998d1813cfa7d57a00af7d (patch)
tree910abfcba3c471373b01ed81503db299cdec6494 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parent900855c0036aa9a6a6305e3f17a41a55640bdfaf (diff)
downloadNorthstarLauncher-cb386ef4857f5a0f13998d1813cfa7d57a00af7d.tar.gz
NorthstarLauncher-cb386ef4857f5a0f13998d1813cfa7d57a00af7d.zip
add ns_leave_to_lobby command
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 524fa2e7..8908df5f 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -573,6 +573,9 @@
<ClInclude Include="dedicatedmaterialsystem.h">
<Filter>Header Files\Dedicated</Filter>
</ClInclude>
+ <ClInclude Include="misccommands.h">
+ <Filter>Header Files\Shared\Convar</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -659,6 +662,9 @@
<ClCompile Include="dedicatedmaterialsystem.cpp">
<Filter>Source Files\Dedicated</Filter>
</ClCompile>
+ <ClCompile Include="misccommands.cpp">
+ <Filter>Source Files\Shared\Convar</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="include\spdlog\fmt\bundled\LICENSE.rst">