// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Perception_People_1_H #define WINRT_Windows_Perception_People_1_H #include "winrt/impl/Windows.Perception.People.0.h" WINRT_EXPORT namespace winrt::Windows::Perception::People { struct WINRT_IMPL_EMPTY_BASES IEyesPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEyesPose(std::nullptr_t = nullptr) noexcept {} IEyesPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IEyesPoseStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEyesPoseStatics(std::nullptr_t = nullptr) noexcept {} IEyesPoseStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHandMeshObserver : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandMeshObserver(std::nullptr_t = nullptr) noexcept {} IHandMeshObserver(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHandMeshVertexState : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandMeshVertexState(std::nullptr_t = nullptr) noexcept {} IHandMeshVertexState(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHandPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandPose(std::nullptr_t = nullptr) noexcept {} IHandPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHeadPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHeadPose(std::nullptr_t = nullptr) noexcept {} IHeadPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif