Support buffer full handling

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