From c201b71cf7e586efaf6c48e0c7ebfc544fdfe1ad Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 26 Sep 2009 21:34:19 +0000 Subject: [PATCH] Marked IGameWindow as public. --- Source/OpenTK/IGameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/IGameWindow.cs b/Source/OpenTK/IGameWindow.cs index 78a794de..e838522f 100644 --- a/Source/OpenTK/IGameWindow.cs +++ b/Source/OpenTK/IGameWindow.cs @@ -34,7 +34,7 @@ namespace OpenTK.Platform /// /// Defines the interface for a GameWindow. /// - interface IGameWindow : INativeWindow + public interface IGameWindow : INativeWindow { /// /// Enters the game loop of the GameWindow using the maximum update rate.