mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 19:43:33 +01: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();
|
||
|
}}
|