Fix CD pause issue

This commit is contained in:
Jaby
2023-04-01 15:23:32 +02:00
parent a633b74db1
commit 6e99221ab6
4 changed files with 34 additions and 47 deletions

View File

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