Add CreateTransaction function

Also made some changes to the MerchandiseList functions to support the new buy item flow.
This commit is contained in:
2020-11-02 10:36:17 -05:00
parent 5c03dace17
commit a0eea948fe
7 changed files with 255 additions and 46 deletions

View File

@@ -223,6 +223,7 @@
<ClCompile Include="src\BRMerchandiseList.cpp" />
<ClCompile Include="src\BROwner.cpp" />
<ClCompile Include="src\BRShop.cpp" />
<ClCompile Include="src\BRTransaction.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\PCH.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@@ -241,6 +242,7 @@
<ClInclude Include="src\BRMerchandiseList.h" />
<ClInclude Include="src\BROwner.h" />
<ClInclude Include="src\BRShop.h" />
<ClInclude Include="src\BRTransaction.h" />
<ClInclude Include="src\NativeFunctions.h" />
<ClInclude Include="src\PCH.h" />
<ClInclude Include="src\version.h" />