aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Friends/Detail/FriendRequestImpl.cs
blob: ba56716922f38d318f4d6237b6ec8795309fa00f (plain) (blame)
1
2
3
4
5
6
7
8
using System.Runtime.InteropServices;

namespace Ryujinx.Horizon.Sdk.Friends.Detail
{
    struct FriendRequestImpl
    {
    }
}