init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user