mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
13 lines
276 B
C
13 lines
276 B
C
![]() |
#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);
|
||
|
}
|