Common: Add HeapArray class

This commit is contained in:
Connor McLaughlin
2019-10-27 13:34:13 +10:00
parent 41574d92e8
commit 273d807e31
6 changed files with 131 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<ClInclude Include="cd_image.h" />
<ClInclude Include="audio_stream.h" />
<ClInclude Include="cd_xa.h" />
<ClInclude Include="heap_array.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />
@@ -26,4 +27,4 @@
<ItemGroup>
<Natvis Include="bitfield.natvis" />
</ItemGroup>
</Project>
</Project>