mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Marked IGameWindow as public.
This commit is contained in:
parent
c559de1956
commit
f4fd7113f4
|
@ -34,7 +34,7 @@ namespace OpenTK.Platform
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the interface for a GameWindow.
|
/// Defines the interface for a GameWindow.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
interface IGameWindow : INativeWindow
|
public interface IGameWindow : INativeWindow
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enters the game loop of the GameWindow using the maximum update rate.
|
/// Enters the game loop of the GameWindow using the maximum update rate.
|
||||||
|
|
Loading…
Reference in a new issue