mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-07 23:41:47 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace RemSox.UI.GUI.Rendering;
|
||||
|
||||
public interface IRenderSource
|
||||
{
|
||||
public void Render(IEnumerable<RenderCommand> commands);
|
||||
}
|
||||
Reference in New Issue
Block a user