Fix CD pause issue

This commit is contained in:
Jaby
2023-04-01 15:23:32 +02:00
committed by Jaby
parent 86c801187b
commit e9f8874bdf
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();
}
}
}