diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-06 23:33:28 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-06 23:33:28 +0100 |
commit | cb386ef4857f5a0f13998d1813cfa7d57a00af7d (patch) | |
tree | 910abfcba3c471373b01ed81503db299cdec6494 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 900855c0036aa9a6a6305e3f17a41a55640bdfaf (diff) | |
download | NorthstarLauncher-cb386ef4857f5a0f13998d1813cfa7d57a00af7d.tar.gz NorthstarLauncher-cb386ef4857f5a0f13998d1813cfa7d57a00af7d.zip |
add ns_leave_to_lobby command
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 10f6cef4..43eda97a 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -311,6 +311,7 @@ <ClInclude Include="logging.h" /> <ClInclude Include="main.h" /> <ClInclude Include="masterserver.h" /> + <ClInclude Include="misccommands.h" /> <ClInclude Include="modlocalisation.h" /> <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> @@ -339,6 +340,7 @@ <ClCompile Include="hooks.cpp" /> <ClCompile Include="hookutils.cpp" /> <ClCompile Include="keyvalues.cpp" /> + <ClCompile Include="misccommands.cpp" /> <ClCompile Include="modlocalisation.cpp" /> <ClCompile Include="logging.cpp" /> <ClCompile Include="masterserver.cpp" /> |