Skip to content

Commit

Permalink
Add ServerAuth.cxx/h to the Windows build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Aug 17, 2024
1 parent 272eb25 commit 0b65555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MSVC/build/game.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
<ClCompile Include="..\..\src\game\PhysicsDriver.cxx" />
<ClCompile Include="..\..\src\game\PlayerInfo.cxx" />
<ClCompile Include="..\..\src\game\Ray.cxx" />
<ClCompile Include="..\..\src\game\ServerAuth.cxx" />
<ClCompile Include="..\..\src\game\ServerItem.cxx" />
<ClCompile Include="..\..\src\game\ServerList.cxx" />
<ClCompile Include="..\..\src\game\ServerListCache.cxx" />
Expand All @@ -184,6 +185,7 @@
<ClInclude Include="..\..\include\PhysicsDriver.h" />
<ClInclude Include="..\..\include\PlayerInfo.h" />
<ClInclude Include="..\..\include\Ray.h" />
<ClInclude Include="..\..\include\ServerAuth.h" />
<ClInclude Include="..\..\include\ServerItem.h" />
<ClInclude Include="..\..\include\ServerList.h" />
<ClInclude Include="..\..\include\ServerListCache.h" />
Expand Down
6 changes: 6 additions & 0 deletions MSVC/build/game.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<ClCompile Include="..\..\src\game\Frustum.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\game\ServerAuth.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\include\BzMaterial.h">
Expand Down Expand Up @@ -114,6 +117,9 @@
<ClInclude Include="..\..\include\StartupInfo.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\include\ServerAuth.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Header Files">
Expand Down

0 comments on commit 0b65555

Please sign in to comment.