blob: f711d31fdd68b3dd1e066076245bbfeecd697a62 (
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 = 0x40)]
struct FriendSettingImpl
{
}
}
|