mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 13:15:40 +00:00
31f2df094b
Git commit hashcodes are not compatible with the 16bit integer values found in .Net version numbers. Use the git commit count as a version number instead.
11 lines
144 B
C#
11 lines
144 B
C#
using System;
|
|
|
|
namespace OpenTK.Platform.SDL2
|
|
{
|
|
partial class SDL
|
|
{
|
|
public readonly static object Sync = new object();
|
|
}
|
|
}
|
|
|