12 lines
252 B
C#
12 lines
252 B
C#
namespace Cef3.Interop
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[StructLayout(LayoutKind.Sequential, Pack = libcef.ALIGN)]
|
|
internal unsafe partial struct cefglue_userdata_t
|
|
{
|
|
internal cef_base_t _base;
|
|
}
|
|
}
|