mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 11:49:01 +08:00
11 lines
138 B
C
11 lines
138 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace vcpkg { namespace Info
|
||
|
{
|
||
|
const std::string& version();
|
||
|
|
||
|
const std::string& email();
|
||
|
}}
|