diff options
author | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 00:25:32 +0100 |
---|---|---|
committer | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 00:25:32 +0100 |
commit | f108edc345d9709dbdc977578bf851b4b3aa0939 (patch) | |
tree | f362081c8d8cf58a30f49772600e8fc06f795540 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 5e3b22e336217dd2b0aec771ce80b69caa07d571 (diff) | |
parent | 13dcc7d9307b160131ed80832efda99001aa6c6d (diff) | |
download | NorthstarLauncher-f108edc345d9709dbdc977578bf851b4b3aa0939.tar.gz NorthstarLauncher-f108edc345d9709dbdc977578bf851b4b3aa0939.zip |
Merge branch 'NetCon' of https://github.com/Mauler125/NorthstarLauncher into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 6da5f2b7..f12a9eee 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -115,6 +115,8 @@ <ClInclude Include="chatcommand.h" /> <ClInclude Include="clientchathooks.h" /> <ClInclude Include="localchatwriter.h" /> + <ClInclude Include="plugins.h" /> + <ClInclude Include="plugin_abi.h" /> <ClInclude Include="serverchathooks.h" /> <ClInclude Include="clientauthhooks.h" /> <ClInclude Include="color.h" /> @@ -555,6 +557,7 @@ <ClInclude Include="sourceconsole.h" /> <ClInclude Include="sourceinterface.h" /> <ClInclude Include="squirrel.h" /> + <ClInclude Include="state.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="audio.cpp" /> @@ -595,6 +598,7 @@ </ClCompile> <ClCompile Include="pdef.cpp" /> <ClCompile Include="playlist.cpp" /> + <ClCompile Include="plugins.cpp" /> <ClCompile Include="rpakfilesystem.cpp" /> <ClCompile Include="scriptbrowserhooks.cpp" /> <ClCompile Include="scriptmainmenupromos.cpp" /> |