Support buffer full handling

This commit is contained in:
Jaby
2023-03-29 21:59:50 +02:00
committed by Jaby
parent e079e65f68
commit 20c8c4d582
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();
}
}
}