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

@ -18,6 +18,7 @@ add_library(common
BitSet.h
BitUtils.h
BlockingLoop.h
Buffer.h
ChunkFile.h
CodeBlock.h
ColorUtil.cpp