Common: Add UniqueBuffer and SharedBuffer templates.

This commit is contained in:
Jordan Woyak
2025-04-18 22:13:56 -05:00
parent f78fa2e9f1
commit 12dcd6c285
3 changed files with 90 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<ClInclude Include="Common\BitSet.h" />
<ClInclude Include="Common\BitUtils.h" />
<ClInclude Include="Common\BlockingLoop.h" />
<ClInclude Include="Common\Buffer.h" />
<ClInclude Include="Common\ChunkFile.h" />
<ClInclude Include="Common\CodeBlock.h" />
<ClInclude Include="Common\ColorUtil.h" />