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