Add 'interfaces.cpp' for dedicated

This commit is contained in:
Amos 2022-01-18 01:45:36 +01:00
parent 4b29892304
commit 57bc8fd6de
2 changed files with 4 additions and 0 deletions

View File

@ -498,6 +498,7 @@
<ClCompile Include="tier0\IConVar.cpp" />
<ClCompile Include="vpc\basefilesystem.cpp" />
<ClCompile Include="vpc\IAppSystem.cpp" />
<ClCompile Include="vpc\interfaces.cpp" />
<ClCompile Include="vpc\keyvalues.cpp" />
<ClCompile Include="vphysics\QHull.cpp" />
<ClCompile Include="vpklib\packedstore.cpp" />

View File

@ -884,6 +884,9 @@
<ClCompile Include="core\termutil.cpp">
<Filter>core</Filter>
</ClCompile>
<ClCompile Include="vpc\interfaces.cpp">
<Filter>sdk\vpc</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="r5dev.def" />