Very very experimental buffer read from deserializer

This commit is contained in:
Luna 2025-06-30 18:13:50 +02:00
parent c7c18fff58
commit 3944277f6d
4 changed files with 46 additions and 20 deletions

View file

@ -6,4 +6,5 @@ set(CMAKE_CXX_STANDARD 23)
add_library(file_read STATIC
file_deserialising.h
buffer.cpp
buffer.h)
buffer.h
file_read.h)