Support buffer full handling

This commit is contained in:
Jaby
2023-03-29 21:59:50 +02:00
parent 2b8f3d69d6
commit 864ecf4412
3 changed files with 36 additions and 21 deletions

View File

@@ -47,6 +47,7 @@ namespace JabyEngine {
};
void read_file(FileInfo file_info, const SectorBufferAllocator& buffer_allocator);
bool continue_reading();
}
}
}