mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 05:57:05 +03:00
Move Inventory functions into their own file.
This commit is contained in:
parent
dbbcd7b6d7
commit
4573db873d
7 changed files with 27 additions and 86 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue