12 lines
136 B
C#
12 lines
136 B
C#
namespace Cef3
|
|
{
|
|
using System;
|
|
|
|
public enum CefRuntimePlatform
|
|
{
|
|
Windows,
|
|
Linux,
|
|
MacOSX,
|
|
}
|
|
}
|