openbox/render/image.h
2003-06-21 02:26:50 +00:00

9 lines
164 B
C

#ifndef __image_h
#define __image_h
#include "render.h"
#include "../kernel/geom.h"
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area);
#endif