1
0
Fork 0
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:
Stefanos A 2013-10-02 01:12:12 +02:00
parent f8d9667653
commit c77439ea6b

View file

@ -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