Files
WinDurango/dlls/winrt_x/Implementation/Windows.Xbox.Multiplayer.GameSessionReadyEventArgs.cpp
T
2025-06-02 21:13:14 -04:00

12 lines
412 B
C++

#include "pch.h"
#include "Windows.Xbox.Multiplayer.GameSessionReadyEventArgs.h"
#include "Windows.Xbox.Multiplayer.GameSessionReadyEventArgs.g.cpp"
namespace winrt::Windows::Xbox::Multiplayer::implementation
{
winrt::Windows::Xbox::Multiplayer::MultiplayerSessionReference GameSessionReadyEventArgs::GameSession()
{
printf("%s called\n", __FUNCTION__); throw hresult_not_implemented();
}
}