mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 15:05:41 +00:00
Made internal SDL2 API private
This commit is contained in:
parent
5a55cb5cca
commit
7cb3965e25
|
@ -36,7 +36,7 @@ namespace OpenTK.Platform.SDL2
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Entry point for all SDL-related (non-extension) types and methods
|
/// Entry point for all SDL-related (non-extension) types and methods
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class SDL
|
static class SDL
|
||||||
{
|
{
|
||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue