init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// This file manually written from cef/include/internal/cef_types.h.
|
||||
// C API name: cef_process_id_t.
|
||||
//
|
||||
namespace Cef3
|
||||
{
|
||||
/// <summary>
|
||||
/// Existing process IDs.
|
||||
/// </summary>
|
||||
public enum CefProcessId
|
||||
{
|
||||
Browser,
|
||||
Renderer,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user