remove tcp server reference from proj. Saving right before I unleash pthread stuff

This commit is contained in:
2025-08-19 18:37:33 -05:00
parent ba9216a338
commit a7011eee89
3 changed files with 53 additions and 42 deletions

View File

@@ -140,7 +140,6 @@
<ClCompile Include="src\glad.c" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\shaders.cpp" />
<ClCompile Include="src\tcp_server.cpp" />
<ClCompile Include="src\util.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />