10 lines
188 B
C#
10 lines
188 B
C#
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
namespace Ryujinx.Horizon.Sdk.Friends
|
||
|
|
{
|
||
|
|
[StructLayout(LayoutKind.Sequential, Size = 0x10, Pack = 0x1)]
|
||
|
|
struct MiiImageUrlParam
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|