Files
cemu-vcpkg/toolsrc/include/vcpkg/archives.h
nicole mazzuca 0523b5eb57 [vcpkg formatting] Fix format regex (#12369)
* [vcpkg formatting] correct the header regexes

* format
2020-07-11 21:07:51 -07:00

11 lines
207 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);
}