mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
10 lines
206 B
C++
10 lines
206 B
C++
#pragma once
|
|
|
|
#include <vcpkg/base/files.h>
|
|
#include <vcpkg/vcpkgpaths.h>
|
|
|
|
namespace vcpkg::Archives
|
|
{
|
|
void extract_archive(const VcpkgPaths& paths, const fs::path& archive, const fs::path& to_path);
|
|
}
|