#ifndef __gradient_h
#define __gradient_h

#include "render.h"

void RrRender(RrAppearance *a, int w, int h);

#endif /* __gradient_h */