mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-28 01:15:50 +00:00
10 lines
146 B
C#
Executable file
10 lines
146 B
C#
Executable file
namespace OpenTK.Platform.MacOS
|
|
{
|
|
enum NSApplicationActivationPolicy
|
|
{
|
|
Regular,
|
|
Accessory,
|
|
Prohibited,
|
|
}
|
|
}
|