mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
16 lines
325 B
C++
16 lines
325 B
C++
#pragma once
|
|
|
|
#include <vcpkg/vcpkgcmdarguments.h>
|
|
#include <vcpkg/vcpkgpaths.h>
|
|
|
|
#include <string>
|
|
|
|
namespace vcpkg::Help
|
|
{
|
|
extern const CommandStructure COMMAND_STRUCTURE;
|
|
|
|
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
|
|
|
|
void help_topic_valid_triplet(const VcpkgPaths& paths);
|
|
}
|