Files
WinDurango/dlls/winrt_x/Implementation/Windows.Xbox.System.Launcher.cpp
2025-06-03 00:54:43 -04:00

12 lines
328 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()
{
Logger::NotImplemented(); throw hresult_not_implemented();
}
}