module hibis.graphics.drawable;
import hibis.renderer.renderer;
abstract class Drawable {
public void draw(Renderer* renderer);
}