Разделение классов на заголовочный и реализацию

This commit is contained in:
2025-04-10 09:54:09 +03:00
parent 6d8765ce4f
commit 303328b26d
30 changed files with 375 additions and 311 deletions

View File

@ -118,7 +118,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Drone.cpp" />
<ClCompile Include="FormMain.cpp" />
<ClCompile Include="NetClient.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Drone.h" />