Add CreateTransaction function
Also made some changes to the MerchandiseList functions to support the new buy item flow.
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
<ClCompile Include="src\BRMerchandiseList.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\BRTransaction.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\PCH.h">
|
||||
@@ -53,6 +56,9 @@
|
||||
<ClInclude Include="src\NativeFunctions.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\BRTransaction.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".clang-format" />
|
||||
|
||||
Reference in New Issue
Block a user