gzip compress/decompress + refactor

This commit is contained in:
MihailRis
2024-01-17 00:52:55 +03:00
parent 3837cdcf95
commit b0165b1014
10 changed files with 119 additions and 65 deletions
+4
View File
@@ -49,3 +49,7 @@ void Level::update() {
chunks->resize(matrixSize, matrixSize);
}
}
World* Level::getWorld() {
return world.get();
}