Добавлен инвентарь, в сундуках могут содержаться предметы.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user