Dodano wsparcie w przypadku szyfrowania bez komresji

This commit is contained in:
yanczi 2025-11-16 10:06:06 +01:00
parent 1066a41359
commit 45b2f823c6
2 changed files with 14 additions and 8 deletions

View file

@ -12,12 +12,6 @@
#define BLOCK_SIZE 131072 // 128KB
struct BlockSize
{
uint32_t raw;
uint32_t zip;
};
class ChunkManager
{
public: