Move Inventory functions into their own file.

This commit is contained in:
hispidence 2022-02-06 17:12:12 +00:00
parent dbbcd7b6d7
commit 4573db873d
7 changed files with 27 additions and 86 deletions

View file

@ -276,6 +276,9 @@
<ClInclude Include="include\Scripting\Flow\ScriptInterfaceFlowHandler.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\Inventory\InventoryHandler.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="frameworkandsol.cpp">
@ -353,6 +356,9 @@
<ClCompile Include="src\Flow\FlowHandler.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\Inventory\InventoryHandler.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />