This commit is contained in:
2025-01-02 05:15:16 +03:00
parent 3c66a65b40
commit ac00eb18a9
96 changed files with 384134 additions and 230 deletions

View File

@@ -13,4 +13,5 @@ public interface IPresenter : IUpdate, IRender
event Action<ResizeEventArgs> Resize;
void Present(IConstTexture parTexture);
void Exit();
}