This commit is contained in:
yanczi 2025-10-24 13:26:36 +02:00
parent 8b9a1789ab
commit 729cb13ff8
8 changed files with 71 additions and 10 deletions

View file

@ -21,7 +21,7 @@
#include <cstdint>
#include <string>
#include <boost/crc.hpp>
#define EXTENSION "pak"
@ -62,6 +62,6 @@ struct FilesTable
uint64_t hashName;
uint64_t offset;
uint32_t size;
uint64_t crc;
uint32_t crc;
uint8_t isZip;
};