cemu-vcpkg/toolsrc/include/vcpkg/export.chocolatey.h

13 lines
276 B
C
Raw Normal View History

2019-06-11 18:09:55 -07:00
#pragma once
#include <vcpkg/dependencies.h>
#include <vcpkg/vcpkgpaths.h>
#include <vector>
namespace vcpkg::Export::Chocolatey
{
void do_export(const std::vector<Dependencies::ExportPlanAction>& export_plan,
const VcpkgPaths& paths);
}