mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
29 lines
824 B
C++
29 lines
824 B
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Microsoft_Windows_Widgets_0_H
|
|
#define WINRT_Microsoft_Windows_Widgets_0_H
|
|
WINRT_EXPORT namespace winrt::Microsoft::Windows::Widgets {
|
|
enum class WidgetSize : int32_t {
|
|
Small = 0,
|
|
Medium = 1,
|
|
Large = 2,
|
|
};
|
|
struct WidgetContract;
|
|
}
|
|
namespace winrt::impl {
|
|
template <>
|
|
struct category<winrt::Microsoft::Windows::Widgets::WidgetSize> {
|
|
using type = enum_category;
|
|
};
|
|
template <>
|
|
inline constexpr auto& name_v<winrt::Microsoft::Windows::Widgets::WidgetSize> =
|
|
L"Microsoft.Windows.Widgets.WidgetSize";
|
|
template <>
|
|
inline constexpr auto&
|
|
name_v<winrt::Microsoft::Windows::Widgets::WidgetContract> =
|
|
L"Microsoft.Windows.Widgets.WidgetContract";
|
|
} // namespace winrt::impl
|
|
#endif
|