mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-13 23:00:14 -06:00
12 lines
302 B
C++
12 lines
302 B
C++
#include "pch.h"
|
|
#include "Windows.Xbox.System.Launcher.h"
|
|
#include "Windows.Xbox.System.Launcher.g.cpp"
|
|
|
|
namespace winrt::Windows::Xbox::System::implementation
|
|
{
|
|
winrt::Windows::Foundation::IAsyncOperation<bool> Launcher::NavigateBackAsync()
|
|
{
|
|
throw hresult_not_implemented();
|
|
}
|
|
}
|