Marked IGameWindow as public.

This commit is contained in:
the_fiddler 2009-09-26 21:34:19 +00:00
parent c559de1956
commit f4fd7113f4

View file

@ -34,7 +34,7 @@ namespace OpenTK.Platform
/// <summary>
/// Defines the interface for a GameWindow.
/// </summary>
interface IGameWindow : INativeWindow
public interface IGameWindow : INativeWindow
{
/// <summary>
/// Enters the game loop of the GameWindow using the maximum update rate.