blob: ef9238347302e8bf0e842b0f2cb90e44446eed34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
using System.Runtime.InteropServices;
namespace Ryujinx.Horizon.Sdk.Friends.Detail
{
[StructLayout(LayoutKind.Sequential, Size = 0x1400)]
struct FriendInvitationGroupImpl
{
}
}
|