NOISSUE Flatten gui and logic libraries into MultiMC
This commit is contained in:
10
launcher/GZip.h
Normal file
10
launcher/GZip.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <QByteArray>
|
||||
|
||||
class GZip
|
||||
{
|
||||
public:
|
||||
static bool unzip(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
static bool zip(const QByteArray &uncompressedBytes, QByteArray &compressedBytes);
|
||||
};
|
||||
|
Reference in New Issue
Block a user