mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-14 13:15:39 +00:00
Marked class as partial
This allows extension of the class without touching the upstream code.
This commit is contained in:
parent
f8d9667653
commit
c77439ea6b
|
@ -36,7 +36,7 @@ namespace OpenTK.Platform.SDL2
|
|||
/// <summary>
|
||||
/// Entry point for all SDL-related (non-extension) types and methods
|
||||
/// </summary>
|
||||
static class SDL
|
||||
static partial class SDL
|
||||
{
|
||||
#region SDL2# Variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue