mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
format files outside launcher
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
147741e616
commit
bac678a7fc
2 changed files with 5 additions and 5 deletions
|
|
@ -24,10 +24,7 @@ class Reader {
|
|||
virtual void goToBeginning() = 0;
|
||||
};
|
||||
|
||||
uint32_t hash(
|
||||
Reader* file_stream,
|
||||
std::size_t buffer_size = 4 * MiB,
|
||||
std::function<bool(char)> filter_out = [](char) { return false; });
|
||||
uint32_t hash(Reader* file_stream, std::size_t buffer_size = 4 * MiB, std::function<bool(char)> filter_out = [](char) { return false; });
|
||||
|
||||
struct IncrementalHashInfo {
|
||||
uint32_t h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue