8 lines
137 B
C
8 lines
137 B
C
#ifndef __gradient_h
|
|
#define __gradient_h
|
|
|
|
#include "render.h"
|
|
|
|
void RrRender(RrAppearance *a, int w, int h);
|
|
|
|
#endif /* __gradient_h */
|