- added mix

- redesigned multi buffer
This commit is contained in:
2025-11-06 22:16:59 +01:00
parent bc013ff352
commit 8310d46176
7 changed files with 285 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ CXXFLAGS += -std=c++20
INCLUDES += -I $(realpath .) -I $(realpath ../../)
CXX_SRCS := test_main.cpp test_buffer.cpp test_buffer_multi.cpp
CXX_SRCS := test_main.cpp test_buffer.cpp test_buffer_multi.cpp test_mix.cpp
LIBS := -lstdc++