Removed some unused files.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user