mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-12 22:29:36 -06:00
13 lines
350 B
C++
13 lines
350 B
C++
#include "pch.h"
|
|
#include "Windows.Kinect.MultiSourceFrameReference.h"
|
|
#include "Windows.Kinect.MultiSourceFrameReference.g.cpp"
|
|
|
|
|
|
namespace winrt::Windows::Kinect::implementation
|
|
{
|
|
winrt::Windows::Kinect::MultiSourceFrame MultiSourceFrameReference::AcquireFrame()
|
|
{
|
|
Logger::NotImplemented(); throw hresult_not_implemented();
|
|
}
|
|
}
|