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

namespace Ryujinx.Horizon.Sdk.Friends
{
    [StructLayout(LayoutKind.Sequential, Size = 0x1000)]
    struct WebPageUrl
    {
    }
}