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

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