Deszyfracja została skończona i działa poprawnie
This commit is contained in:
parent
c234825ac5
commit
55c273eace
8 changed files with 104 additions and 20 deletions
|
|
@ -49,6 +49,11 @@
|
|||
|
||||
#define ALL_FILE ".*" // Wszystkie pliki
|
||||
|
||||
struct MethodFlags
|
||||
{
|
||||
bool compressing = false;
|
||||
bool encryption = false;
|
||||
};
|
||||
|
||||
class CreateCargo {
|
||||
public:
|
||||
|
|
@ -65,6 +70,8 @@ private:
|
|||
const std::string extension;
|
||||
const uint8_t version;
|
||||
|
||||
MethodFlags methodFlags;
|
||||
|
||||
|
||||
std::string catalogPath;
|
||||
std::string tempFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue