Добавлен инвентарь, в сундуках могут содержаться предметы.

This commit is contained in:
DeLiss
2026-06-11 12:05:36 +05:00
parent cba2274630
commit 5d4940f754
12 changed files with 312 additions and 8 deletions

View File

@@ -123,6 +123,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\inventory.cpp" />
<ClCompile Include="src\location.cpp" />
<ClCompile Include="src\game.cpp" />
<ClCompile Include="src\main.cpp" />
@@ -130,8 +131,10 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\game.h" />
<ClInclude Include="include\inventory.h" />
<ClInclude Include="include\player.h" />
<ClInclude Include="include\location.h" />
<ClInclude Include="item.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">