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

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