Dodano enum z parametrami pakowania
This commit is contained in:
parent
55c273eace
commit
69089cd2f9
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@
|
||||||
|
|
||||||
#define VERSION 100
|
#define VERSION 100
|
||||||
|
|
||||||
|
enum StoreMethod
|
||||||
|
{
|
||||||
|
RAW,
|
||||||
|
LZ4,
|
||||||
|
CHACHA20,
|
||||||
|
LZ4_CHACHA20
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
//Prgoram title
|
//Prgoram title
|
||||||
#define PROGRAM_TITLE "eXtendet PAK"
|
#define PROGRAM_TITLE "eXtendet PAK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue