mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Common: Add UniqueBuffer and SharedBuffer templates.
This commit is contained in:
parent
f78fa2e9f1
commit
12dcd6c285
3 changed files with 90 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue