added IRenderContext
This commit is contained in:
parent
89d9735203
commit
fd46e3196c
|
@ -0,0 +1,5 @@
|
|||
package com.danitheskunk.skunkworks;
|
||||
|
||||
public interface IRenderContext {
|
||||
void drawRectangle(Recti rect, Color color);
|
||||
}
|
Loading…
Reference in New Issue