This commit is contained in:
2024-12-16 04:28:45 +03:00
parent ef922486eb
commit dbe7aebd4f
57 changed files with 895 additions and 374 deletions

View File

@@ -4,7 +4,7 @@ using OpenTK.Windowing.Common;
namespace Engine.Graphics;
public interface IPresenter : IUpdate
public interface IPresenter : IUpdate, IRender
{
public bool IsExiting { get; }
public int Width { get; }