mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 10:31:12 +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>
|
/// <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>
|
||||||
static class SDL
|
static partial class SDL
|
||||||
{
|
{
|
||||||
#region SDL2# Variables
|
#region SDL2# Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue