Support buffer full handling

This commit is contained in:
2023-03-29 21:59:50 +02:00
parent d789bdd845
commit 7550795af4
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();
}
}
}