Files
WinDurango/dlls/winrt_x/Implementation/Windows.Xbox.System.Launcher.cpp
2025-06-02 22:45:11 -04:00

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();
}
}