Реструктуризация проекта

This commit is contained in:
DeLiss
2026-06-08 08:36:44 +05:00
parent ffca332646
commit 1e7bac87d3
10 changed files with 68 additions and 45 deletions

View File

@@ -123,13 +123,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="game.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="player.cpp" />
<ClCompile Include="src\game.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\player.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="game.h" />
<ClInclude Include="player.h" />
<ClInclude Include="include\game.h" />
<ClInclude Include="include\player.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">