1 2 3 4 5 6 7 8
#ifndef __gradient_h #define __gradient_h #include "render.h" void RrRender(RrAppearance *a, int w, int h); #endif /* __gradient_h */