changed project structure

Also made functions return result to know how the read went
Also made the file derserializer work more efficiently
This commit is contained in:
Luna 2025-07-01 23:41:32 +02:00
parent d161e31e63
commit ceb65deca8
7 changed files with 75 additions and 31 deletions

View file

@ -4,7 +4,7 @@ project(file_read)
set(CMAKE_CXX_STANDARD 23)
add_library(file_read STATIC
file_deserialising.h
buffer.cpp
buffer.h
file_read.h)
src/file_deserialising.h
src/buffer.cpp
src/buffer.h
src/file_read.h)