cemu-vcpkg/toolsrc/include/vcpkg/base/ignore_errors.h

11 lines
130 B
C++

#pragma once
namespace vcpkg
{
struct ignore_errors_t
{
};
constexpr ignore_errors_t ignore_errors;
}