Removed some unused files.

This commit is contained in:
2020-02-22 00:05:38 -05:00
parent a58d3cb131
commit 276f429b2f
2 changed files with 0 additions and 39 deletions

View File

@@ -1,17 +0,0 @@
using RecrownedGTK.Graphics.Render;
namespace RecrownedGTK.Types
{
/// <summary>
/// A wrapper that makes sure anything implementing can be drawn with options.
/// </summary>
public interface IRectangleDrawable
{
byte[] ColorData {
get;
}
float[] vertices {
get;
}
}
}