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