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