Skasowanie części makr
This commit is contained in:
parent
f9ea960cf0
commit
bfc6c1811d
6 changed files with 13 additions and 45 deletions
22
DataStruct.h
22
DataStruct.h
|
|
@ -22,28 +22,6 @@
|
|||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#define EXTENSION "pak"
|
||||
#define SIGNATURE "XPAK"
|
||||
|
||||
#define SIGNATURE_KEY_FILE "XKEY"
|
||||
|
||||
#define VERSION 0x03
|
||||
|
||||
// WielkoϾ pojedynczego bloku strumienia
|
||||
#define CHUNK_STREAM_512KB 524288 // 512KB
|
||||
#define CHUNK_STREAM_16MB 16777216 // 16MB
|
||||
#define CHUNK_STREAM_256MB 268435456 // 256MB
|
||||
|
||||
// Rozmiar pojedynczego bloku
|
||||
#define CHUNK_BLOCK_SIZE 131072 // 128KB
|
||||
|
||||
#define FILE_FLAG_RAW 0x00
|
||||
#define FILE_FLAG_COMPRESS 0x0F
|
||||
#define FILE_FLAG_ENCRYPT 0xF0
|
||||
#define FILE_FLAG_ZIPENC 0xFF
|
||||
|
||||
#define FILE_FLAG_FILTERING 0xAB
|
||||
|
||||
//Prgoram title
|
||||
#define PROGRAM_TITLE "eXtendet PAK"
|
||||
#define PROGRAM_VERSION "v0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue