mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 19:43:33 +01:00
12 lines
126 B
C
12 lines
126 B
C
![]() |
#pragma once
|
||
|
|
||
|
namespace vcpkg
|
||
|
{
|
||
|
enum class opt_bool
|
||
|
{
|
||
|
unspecified,
|
||
|
enabled,
|
||
|
disabled
|
||
|
};
|
||
|
}
|