3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/file/UnzipResult.h"
8#include "mc/deps/core/file/ZipResult.h"
9#include "mc/deps/core/string/BasicStackString.h"
13namespace Core {
class Path; }
14namespace Core {
class Result; }
15namespace Core::ZipUtils {
class UnzipSettings; }
16namespace Core::ZipUtils {
class ZipProgress; }
17namespace Core::ZipUtils {
class ZipSettings; }
20namespace Core::ZipUtils {
23MCNAPI ::Core::PathBuffer<::Core::BasicStackString<char, 1024>> _zipEncodedPathToUTF8(
::Core::Path const& path);
31MCNAPI
bool getFilenames(
37MCNAPI ::Core::ZipUtils::UnzipResult getTranslatedUnzipResult(
int inputResult);
39MCNAPI ::Core::ZipUtils::ZipResult getTranslatedZipResult(
int inputResult);
41MCNAPI ::Core::ZipUtils::UnzipResult unzipInTransaction(
50MCNAPI ::Core::ZipUtils::ZipResult
Definition PathBuffer.h:8
Definition UnzipSettings.h:7
Definition ZipProgress.h:7
Definition ZipSettings.h:7